提交 63a115c5 编写于 作者: DCloud-yyl's avatar DCloud-yyl

规范maniefst.json的平台配置信息(去掉不支持的MP平台,h5修改为web,删除app平台微信支付信息)

上级 7772a276
...@@ -5,9 +5,11 @@ ...@@ -5,9 +5,11 @@
"versionName": "1.6.10", "versionName": "1.6.10",
"versionCode": 10610, "versionCode": 10610,
"uni-app-x": {}, "uni-app-x": {},
/* 快应用特有相关 */ "uniStatistics": {
"quickapp": {}, "enable": false
/* 小程序特有相关 */ },
"vueVersion": "3",
/* 微信小程序平台配置 */
"mp-weixin": { "mp-weixin": {
"appid": "", "appid": "",
"setting": { "setting": {
...@@ -27,18 +29,7 @@ ...@@ -27,18 +29,7 @@
} }
} }
}, },
"mp-alipay": { /* app平台配置 */
"usingComponents": true
},
"mp-baidu": {
"usingComponents": true
},
"mp-toutiao": {
"usingComponents": true
},
"uniStatistics": {
"enable": false
},
"app": { "app": {
"distribute": { "distribute": {
/* android打包配置 */ /* android打包配置 */
...@@ -48,8 +39,8 @@ ...@@ -48,8 +39,8 @@
"wxpay":{ "wxpay":{
"android": {}, "android": {},
"ios": { "ios": {
"appid": "wxd1b990d3136e369c", "appid": "",
"universalLink": "https://hellouniappx.dcloud.net.cn/ulink/" "universalLink": ""
} }
} }
}, },
...@@ -72,8 +63,8 @@ ...@@ -72,8 +63,8 @@
} }
} }
}, },
"vueVersion": "3", /* web平台配置 */
"h5": { "web": {
"router": { "router": {
"base": "/web/" "base": "/web/"
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册