chore(build): 调整默认小程序AppID及site.js文件

This commit is contained in:
2026-01-16 18:07:59 +08:00
parent 47e1c2372d
commit 2257775f7e
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wxa8f94045d9c2fc10",
"appid" : "wx5e649e2286b29bdf",
"setting" : {
"urlCheck" : false,
"postcss" : false,
@@ -66,7 +66,7 @@
"minified" : true
},
"usingComponents" : true,
"lazyCodeLoading": "requiredComponents",
"lazyCodeLoading" : "requiredComponents",
"permission" : {
"scope.userLocation" : {
"desc" : "为了更好地为您提供服务"

View File

@@ -1,4 +1,4 @@
module.exports = {
baseUrl: "https://xcx30.5g-quickapp.com/",//修改域名
uniacid: 460,//后台对应uniacid
baseUrl: "https://xcx6.aigc-quickapp.com/",//修改域名
uniacid: 2811,//后台对应uniacid
};