From 1c9876a6c66280ad679da997c15d2ff7bd4664ef Mon Sep 17 00:00:00 2001 From: linju Date: Fri, 17 Nov 2023 20:26:56 +0800 Subject: [PATCH] Update pages.json --- pages.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pages.json b/pages.json index 796d21a..5c67d73 100644 --- a/pages.json +++ b/pages.json @@ -1,13 +1,5 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - // { - // "path" : "pages/test/test", - // "style" : - // { - // "navigationBarTitleText" : "", - // "enablePullDownRefresh" : false - // } - // }, { "path": "pages/index/index", "style": { -- GitLab