|
|
@ -7,20 +7,20 @@ import uvUI from '@/uni_modules/uv-ui-tools' |
|
|
|
Vue.use(uvUI); |
|
|
|
|
|
|
|
// 当前环境
|
|
|
|
const type = 'dev2' |
|
|
|
const type = 'lzx' |
|
|
|
|
|
|
|
|
|
|
|
// 环境配置
|
|
|
|
const config = { |
|
|
|
lzx : { |
|
|
|
baseUrl : 'http://h5.xzaiyp.top/employ-api', |
|
|
|
}, |
|
|
|
dev : { |
|
|
|
baseUrl : 'http://augcl.natapp1.cc/employ-api', |
|
|
|
}, |
|
|
|
dev2 : { |
|
|
|
baseUrl : 'http://h5.xzaiyp.top/employ-api', |
|
|
|
}, |
|
|
|
prod : { |
|
|
|
baseUrl : 'https://employadmin.augcl.com/employ-api', |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|