|
|
@ -6,13 +6,13 @@ import uvUI from '@/uni_modules/uv-ui-tools' |
|
|
|
Vue.use(uvUI); |
|
|
|
|
|
|
|
// 当前环境
|
|
|
|
const type = 'test' |
|
|
|
const type = 'local' |
|
|
|
|
|
|
|
|
|
|
|
// 环境配置
|
|
|
|
const config = { |
|
|
|
local : { |
|
|
|
baseUrl: 'http://127.0.0.1:8001/jewelry-admin', |
|
|
|
baseUrl: 'http://youyi-test.natapp1.cc/jewelry-admin', |
|
|
|
}, |
|
|
|
dev: { |
|
|
|
baseUrl: 'http://h5.xzaiyp.top/jewelry-admin', |
|
|
|