diff --git a/config.js b/config.js index ccc6fdf..79ccfe6 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 = 'prod2' // 环境配置 @@ -16,9 +16,15 @@ const config = { // baseUrl : 'http://8.138.162.67:8000/a-notice-api', baseUrl : 'http://h5.xzaiyp.top/cheer-admin', }, - prod : { + prod : {//第一版本生产环境 baseUrl : 'https://cheer-admin.xzaiyp.top/cheer-admin', - } + }, + prod2 : {//第二版本生产环境 + baseUrl : 'https://cheer-prod.hhlm1688.com/cheer-prod/', + }, + // prod3 : { + // baseUrl : 'https://cheer-admin.xzaiyp.top/cheer-admin', + // } }