From e3c6be586f880de3c4ac9ad847d5912554b246d4 Mon Sep 17 00:00:00 2001 From: wangzeyan <258785420@qq.com> Date: Wed, 4 Jun 2025 09:13:27 +0800 Subject: [PATCH] appid --- common/config.js | 4 ++-- manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/config.js b/common/config.js index 1da14de..34e0069 100644 --- a/common/config.js +++ b/common/config.js @@ -3,8 +3,8 @@ // const img_domian = 'http://146.56.228.75:20025/' //本地测试地址 -const Api_url='http://zhjwxt.test/api' -const img_domian = 'http://zhjwxt.test/' +// const Api_url='http://zhjwxt.test/api' +// const img_domian = 'http://zhjwxt.test/' // const Api_url='https://zh.hnhbty.cn/api' diff --git a/manifest.json b/manifest.json index 32f3bbc..d81ca51 100644 --- a/manifest.json +++ b/manifest.json @@ -62,7 +62,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx675f2696abf932c5", + "appid" : "wxdaf2fffe7e397c01", "setting" : { "urlCheck" : false, "minified" : true, @@ -78,7 +78,7 @@ } }, "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ], - "libVersion":"latest" + "libVersion" : "latest" }, "mp-alipay" : { "usingComponents" : true