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