This commit is contained in:
clay
2022-12-07 17:21:53 +08:00
parent 04d23f3849
commit 9db7a4db25
2 changed files with 73 additions and 72 deletions

View File

@@ -50,10 +50,11 @@
"quickapp": {}, "quickapp": {},
/* */ /* */
"mp-weixin": { "mp-weixin": {
"appid" : "wxcd04cc6e99e18009", "appid": "wx4c2099a19c69664f",
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
"es6" : false "es6": false,
"postcss": false
}, },
"usingComponents": true "usingComponents": true
}, },

View File

@@ -46,7 +46,7 @@
"tabBar": { "tabBar": {
"color": "#CCCCCC", "color": "#CCCCCC",
"selectedColor": "#0EBB5B", "selectedColor": "#0EBB5B",
"borderStyle": "none", "borderStyle": "white",
"backgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF",
"list": [{ "list": [{
"pagePath": "pages/index/index", "pagePath": "pages/index/index",