From 63a115c52ad6f9114441e1eb202850018463b35d Mon Sep 17 00:00:00 2001 From: yanyilin Date: Wed, 27 Nov 2024 13:05:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83maniefst.json=E7=9A=84?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF=EF=BC=88?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84MP?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=EF=BC=8Ch5=E4=BF=AE=E6=94=B9=E4=B8=BAweb?= =?UTF-8?q?=EF=BC=8C=E5=88=A0=E9=99=A4app=E5=B9=B3=E5=8F=B0=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E6=94=AF=E4=BB=98=E4=BF=A1=E6=81=AF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/manifest.json b/manifest.json index 932d00ba..4d9ee4f8 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/" }, -- GitLab