From 4cf19e417fae5b9329be9cd2bd0b695afda75751 Mon Sep 17 00:00:00 2001 From: jinhhanhan <1683105490@qq.com> Date: Mon, 1 Dec 2025 08:42:50 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E4=BF=AE=E6=94=B9=E4=BA=86=20//?= =?UTF-8?q?=20=E5=95=86=E6=88=B7ID=20=20=20uniacid:=20460=20//api=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=9C=B0=E5=9D=80=20=20=20=20=20baseUrl:=20'https://x?= =?UTF-8?q?cx30.5g-quickapp.com/',=20=20=20=20=20//=20baseUrl:=20'http://l?= =?UTF-8?q?ocalhost:8010/',?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit // 图片域名 imgDomain: 'https://xcx30.5g-quickapp.com/', //imgDomain: 'http://localhost:8010/', // H5端域名 h5Domain: 'https://xcx30.5g-quickapp.com/', // h5Domain: 'http://localhost:8010/', --- common/js/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/js/config.js b/common/js/config.js index b326786..dfa98ec 100644 --- a/common/js/config.js +++ b/common/js/config.js @@ -14,18 +14,18 @@ try { // 调试版本,配置说明 const devCfg = { // 商户ID - uniacid: 926, //825 + uniacid: 460, //825 //api请求地址 - baseUrl: 'https://xcx21.5g-quickapp.com/', + baseUrl: 'https://xcx30.5g-quickapp.com/', // baseUrl: 'http://localhost:8010/', // 图片域名 - imgDomain: 'https://xcx21.5g-quickapp.com/', + imgDomain: 'https://xcx30.5g-quickapp.com/', //imgDomain: 'http://localhost:8010/', // H5端域名 - h5Domain: 'https://xcx21.5g-quickapp.com/', + h5Domain: 'https://xcx30.5g-quickapp.com/', // h5Domain: 'http://localhost:8010/', // // api请求地址