dev/1.0 #1

Merged
admin merged 16 commits from dev/1.0 into main 2026-01-24 09:24:06 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 9b53540f91 - Show all commits

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
};