From f1e1e64d4d191fe167ba6ad8b9eebce7a73cde6f Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 12 Dec 2024 14:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.js | 8 ++++---- manifest.json | 6 +++--- pages/machine/chargeMachines.vue | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/config.js b/conf/config.js index ab58d93..8f733d2 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,16 +15,16 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'https://crsdt.cn/'; +const baseUrl = 'https://xytzjt.vip/'; // #endif -let commonBaseUrl = 'http://crsdt.cn/'; +let commonBaseUrl = 'https://xytzjt.vip/'; //商城的url -let mallUrl = 'https://mallapp.crsdt.cn/'; +let mallUrl = 'https://mallapp.xytzjt.vip/'; //商城小程序ID -let mallMinAppId = "wxa4211361ca1e1bfb"; +let mallMinAppId = "wxa6504363be652e26"; //默认的小区ID和名称,用户还没有登录时显示的小区信息 diff --git a/manifest.json b/manifest.json index 8783ea4..c2aeaca 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "quickapp" : {}, "mp-weixin" : { "usingComponents" : true, - "appid" : "wx7e46e694ab977a6b", + "appid" : "wxfaeb2d6c35347734", "setting" : { "urlCheck" : false, "es6" : false @@ -80,12 +80,12 @@ "disableHostCheck" : true, "proxy" : { "/app" : { - "target" : "http://demo.homecommunity.cn/", //目标接口域名 + "target" : "http://127.0.0.1:8008/", //目标接口域名 "changeOrigin" : true, //是否跨域 "secure" : true // 设置支持https协议的代理 }, "/callComponent" : { - "target" : "http://demo.homecommunity.cn/", //目标接口域名 + "target" : "http://127.0.0.1:8008/", //目标接口域名 "changeOrigin" : true, //是否跨域 "secure" : true // 设置支持https协议的代理 } diff --git a/pages/machine/chargeMachines.vue b/pages/machine/chargeMachines.vue index b88098e..f4755c4 100644 --- a/pages/machine/chargeMachines.vue +++ b/pages/machine/chargeMachines.vue @@ -149,7 +149,7 @@ } -