From 6a5835ea1f852ce6e1f3d4532851c00fc9ceccdd Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Thu, 23 Oct 2025 09:40:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E6=9B=B4=E6=96=B0=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=E4=B8=BAprod4?= =?UTF-8?q?=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加prod4环境配置并修改默认环境为prod4,以支持新的生产环境部署需求 --- config.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 38f3da1..ce4be0d 100644 --- a/config.js +++ b/config.js @@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools' Vue.use(uvUI); // 当前环境 -const type = 'prod2' +const type = 'prod4' // 环境配置 @@ -21,7 +21,10 @@ const config = { baseUrl : 'https://cheer-admin.xzaiyp.top/cheer-admin', }, prod2 : {//第二版本生产环境 - baseUrl : 'https://cheer-prod.hhlm1688.com/cheer-prod/', + baseUrl : 'https://cheer-prod.hhlm1688.com/cheer-prod', + }, + prod4 : {//第二版本生产环境 + baseUrl : 'https://cheer.augcl.com/cheer-prod', }, // prod3 : { // baseUrl : 'https://cheer-admin.xzaiyp.top/cheer-admin',