From 209864ff39323e75f02515569c67b2dd72550940 Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Wed, 6 Aug 2025 09:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=9C=B0=E5=9D=80=E5=92=8C?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=B8=AD=E5=BF=83=E7=9A=84=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 11 ++++++++++- pages/basePage/basePagePicture.vue | 2 +- utils/router.js | 3 ++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 6f22756..5bf1427 100644 --- a/pages.json +++ b/pages.json @@ -3,7 +3,7 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "lazyCodeLoading": "requiredComponents", - "entryPagePath": "pages/login/login", + "entryPagePath": "pages/nearbystores/index", "pages": [{ "path": "pages/nearbystores/index", "style": { @@ -161,6 +161,15 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "pages/ancient/ancient", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } ], diff --git a/pages/basePage/basePagePicture.vue b/pages/basePage/basePagePicture.vue index 42e362d..c06dc7e 100644 --- a/pages/basePage/basePagePicture.vue +++ b/pages/basePage/basePagePicture.vue @@ -84,7 +84,7 @@ export default { } -