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 { } -