From 0a5e902c440d278f776a7c29df1093af63644d66 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Wed, 16 Oct 2024 23:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=A8=E5=B9=BF=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E3=80=81=E7=AC=AC=E4=BA=8C=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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', + // } }