From c2d138f134ffdc3853ca2b54f27b69b3a3d7af0b Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 11 Nov 2025 09:55:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=9D=E5=AD=98=E9=92=88=E5=AF=B9?= =?UTF-8?q?=20926=20=E9=98=B2=E7=88=86=E7=94=B5=E5=99=A8=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/config.js | 8 ++++---- manifest.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/js/config.js b/common/js/config.js index e97d99d..5116516 100644 --- a/common/js/config.js +++ b/common/js/config.js @@ -14,16 +14,16 @@ try { // 调试版本,配置说明 const devCfg = { // 商户ID - uniacid: 460, //825 + uniacid: 926, //使用刘凯的手机登录微信开发工具,对应的商户为防爆电器 //api请求地址 - baseUrl: 'https://xcx30.5g-quickapp.com/', + baseUrl: 'https://xcx21.5g-quickapp.com/', // 图片域名 - imgDomain: 'https://xcx30.5g-quickapp.com/', + imgDomain: 'https://xcx21.5g-quickapp.com/', // H5端域名 - h5Domain: 'https://xcx30.5g-quickapp.com/', + h5Domain: 'https://xcx21.5g-quickapp.com/', // // api请求地址 // baseUrl: 'https://tsaas.liveplatform.cn/', diff --git a/manifest.json b/manifest.json index 4dfa6d4..35441a3 100644 --- a/manifest.json +++ b/manifest.json @@ -58,7 +58,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx29215aa1bd97bbd6", + "appid" : "wxa8f94045d9c2fc10", "setting" : { "urlCheck" : false, "postcss" : false,