From 736ce4b43625c545c23492007324dc88f8c6b728 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Sun, 27 Apr 2025 11:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=94=AF=E4=BB=98=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/vc-user-account/vc-user-account.vue | 4 ++-- conf/config.js | 8 ++++---- manifest.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/vc-user-account/vc-user-account.vue b/components/vc-user-account/vc-user-account.vue index 765cf31..dccca69 100644 --- a/components/vc-user-account/vc-user-account.vue +++ b/components/vc-user-account/vc-user-account.vue @@ -99,8 +99,8 @@ page: 1, row: 99, communityId: _communityId, - // acctType:'2003', - acctTypes: '2003,2004' + acctType:'2003', + }).then((data) => { if (!data) { _that.accounts = []; diff --git a/conf/config.js b/conf/config.js index 084f93d..01525a7 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,20 +15,20 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://demo.homecommunity.cn/'; +const baseUrl = 'https://crsdt.cn/'; // #endif -let commonBaseUrl = 'http://demo.homecommunity.cn/'; +let commonBaseUrl = 'https://crsdt.cn/'; //商城的url -let mallUrl = 'http://mallapp.homecommunity.cn/'; +let mallUrl = 'http://mallapp.crsdt.cn/'; //商城小程序ID let mallMinAppId = "xx"; //默认的小区ID和名称,用户还没有登录时显示的小区信息 -let DEFAULT_COMMUNITY_ID = "2024122649870005"; //HC测试小区id 用于没有登录时展示相关信息 +let DEFAULT_COMMUNITY_ID = "2024121997074180"; //HC测试小区id 用于没有登录时展示相关信息 let DEFAULT_COMMUNITY_NAME = "演示小区"; // APP 或者 公众号 appId diff --git a/manifest.json b/manifest.json index 7ae099e..339ff7b 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "quickapp" : {}, "mp-weixin" : { "usingComponents" : true, - "appid" : "wx702e87d56708f858", + "appid" : "wx945d6ea60acf8f36", "setting" : { "urlCheck" : false, "es6" : false @@ -80,12 +80,12 @@ "disableHostCheck" : true, "proxy" : { "/app" : { - "target" : "http://127.0.0.1:8008/", //目标接口域名 + "target" : "http://mall.jyzctech.com/", //目标接口域名 "changeOrigin" : true, //是否跨域 "secure" : true // 设置支持https协议的代理 }, "/callComponent" : { - "target" : "http://127.0.0.1:8008/", //目标接口域名 + "target" : "http://mall.jyzctech.com/", //目标接口域名 "changeOrigin" : true, //是否跨域 "secure" : true // 设置支持https协议的代理 }