修改项目配置,更换图片

This commit is contained in:
kron
2025-05-23 20:58:24 +08:00
parent 779b3395db
commit 940c70556b
9 changed files with 93 additions and 14 deletions

View File

@@ -49,13 +49,18 @@
},
"quickapp": {},
"mp-weixin": {
"appid": "",
"appid": "wxa8f5989dcd45cc23",
"setting": {
"urlCheck": false
},
"usingComponents": true,
"darkmode": true,
"themeLocation": "theme.json"
"themeLocation": "theme.json",
"permission": {
"scope.userInfo": {
"desc": "用于完善用户资料"
}
}
},
"mp-alipay": {
"usingComponents": true
@@ -67,4 +72,4 @@
"usingComponents": true
},
"vueVersion": "3"
}
}