diff --git a/manifest.json b/manifest.json index 23dda66b1ede1eaf8891879ac4c93c2a3b5a9064..ba675d9bd68dcd51542d6dc29acb1efd9d9f81e5 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/" + } + } +}