|
@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools' |
|
|
Vue.use(uvUI) |
|
|
Vue.use(uvUI) |
|
|
|
|
|
|
|
|
// 当前环境
|
|
|
// 当前环境
|
|
|
const type = 'dev' |
|
|
|
|
|
|
|
|
const type = 'prod' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 环境配置
|
|
|
// 环境配置
|
|
@ -17,7 +17,7 @@ const config = { |
|
|
baseUrl : 'http://h5.xzaiyp.top/school-api', |
|
|
baseUrl : 'http://h5.xzaiyp.top/school-api', |
|
|
}, |
|
|
}, |
|
|
prod : { |
|
|
prod : { |
|
|
baseUrl : 'http://xxx.xxx.xxx/xxx', |
|
|
|
|
|
|
|
|
baseUrl : 'https://school-admin.xzaiyp.top/school-api', |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|