Browse Source

添加推广功能、第二版

master
前端-胡立永 4 months ago
parent
commit
0a5e902c44
1 changed files with 9 additions and 3 deletions
  1. +9
    -3
      config.js

+ 9
- 3
config.js View File

@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools'
Vue.use(uvUI); Vue.use(uvUI);
// 当前环境 // 当前环境
const type = 'dev'
const type = 'prod2'
// 环境配置 // 环境配置
@ -16,9 +16,15 @@ const config = {
// baseUrl : 'http://8.138.162.67:8000/a-notice-api', // baseUrl : 'http://8.138.162.67:8000/a-notice-api',
baseUrl : 'http://h5.xzaiyp.top/cheer-admin', baseUrl : 'http://h5.xzaiyp.top/cheer-admin',
}, },
prod : {
prod : {//第一版本生产环境
baseUrl : 'https://cheer-admin.xzaiyp.top/cheer-admin', baseUrl : 'https://cheer-admin.xzaiyp.top/cheer-admin',
}
},
prod2 : {//第二版本生产环境
baseUrl : 'https://cheer-prod.hhlm1688.com/cheer-prod/',
},
// prod3 : {
// baseUrl : 'https://cheer-admin.xzaiyp.top/cheer-admin',
// }
} }


Loading…
Cancel
Save