From cd98c69ff835643f518337ee9ab532885c647efb Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 15 三月 2024 18:48:39 +0800 Subject: [PATCH] 合并代码 --- app.json | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app.json b/app.json index a8b722e..d440e7c 100644 --- a/app.json +++ b/app.json @@ -1,10 +1,6 @@ { "pages": [ "pages/home/home", - "pages/resourceDetails/index", - "pages/resourceDetails/myAudio/index", - "pages/resourceDetails/myVideo/index", - "pages/resourceDetails/document/index", "pages/resourceDetails/myAudio/index", "pages/resourceDetails/myVideo/index", "pages/resourceDetails/document/index", @@ -61,7 +57,8 @@ "pages/personalCenter/downloads/index", "pages/personalCenter/activateProduct/index", "pages/testLogin/index", - "pages/bookServices/examination/examination" + "pages/bookServices/examination/examination", + "pages/bookServices/webpage/index" ], "tabBar": { "custom": true, @@ -102,7 +99,9 @@ } ] }, - "requiredPrivateInfos": ["chooseAddress"], + "requiredPrivateInfos": [ + "chooseAddress" + ], "usingComponents": {}, "window": { "backgroundTextStyle": "light", @@ -117,4 +116,4 @@ "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭浣嶇疆鎺ュ彛鐨勬晥鏋滃睍绀�" } } -} +} \ No newline at end of file -- Gitblit v1.9.1