|
|
@ -6,13 +6,14 @@ import uvUI from '@/uni_modules/uv-ui-tools' |
|
|
|
Vue.use(uvUI); |
|
|
|
|
|
|
|
// 当前环境
|
|
|
|
const type = 'prod' |
|
|
|
const type = 'dev' |
|
|
|
|
|
|
|
|
|
|
|
// 环境配置
|
|
|
|
const config = { |
|
|
|
dev: { |
|
|
|
baseUrl: 'http://127.0.0.1:8083/clockin-api', |
|
|
|
baseUrl: 'http://h5.xzaiyp.top/clockin-api', |
|
|
|
// baseUrl: 'http://127.0.0.1:8083/clockin-api',
|
|
|
|
}, |
|
|
|
test: { |
|
|
|
baseUrl: 'https://clockin.java996.icu/clockin-api', |
|
|
|