Browse Source

修改config

master
前端-胡立永 5 months ago
parent
commit
b0bbc35465
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config.js

+ 2
- 2
config.js View File

@ -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',
}
}


Loading…
Cancel
Save