diff --git a/manifest.json b/manifest.json index 932d00ba885553c5e2855db683998f7834792b21..4d9ee4f8972a9d29bab54d2e9658d55f9881c703 100644 --- a/manifest.json +++ b/manifest.json @@ -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/" },