From 190528eb58e7134c0c121d5847ee8d4faa81262e Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Fri, 26 Jan 2024 13:32:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4web=E7=AB=AF=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=9F=BA=E7=A1=80=E8=B7=AF=E5=BE=84=E4=B8=BA/web/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 43 ++++++++++++++++++------------------------- 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/manifest.json b/manifest.json index 23dda66b..ba675d9b 100644 --- a/manifest.json +++ b/manifest.json @@ -4,41 +4,34 @@ "description": "", "versionName": "1.0.16", "versionCode": "10016", - "uni-app-x": - { - }, - /* 快应用特有相关 */ - "quickapp": - { - }, - /* 小程序特有相关 */ - "mp-weixin": - { + "uni-app-x": {}, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { "appid": "", - "setting": - { + "setting": { "urlCheck": false }, "usingComponents": true }, - "mp-alipay": - { + "mp-alipay": { "usingComponents": true }, - "mp-baidu": - { + "mp-baidu": { "usingComponents": true }, - "mp-toutiao": - { + "mp-toutiao": { "usingComponents": true }, - "uniStatistics": - { + "uniStatistics": { "enable": false }, - "app": - { - }, - "vueVersion": "3" -} \ No newline at end of file + "app": {}, + "vueVersion": "3", + "h5": { + "router": { + "base": "/web/" + } + } +} -- GitLab