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

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

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