diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index 31b4772..00d5d2f 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -1,131 +1,131 @@ - + + + + + + + + + + + + + + + + + + + + + + + + - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 153e8a0..3901c24 100644 --- a/pages.json +++ b/pages.json @@ -3,8 +3,10 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "lazyCodeLoading": "requiredComponents", + "entryPagePath": "pages/login/index", // 专门指定登录页为初始页 "pages": [{ - "path": "pages/nearbystores/index", + "path": "pages/nearbystores/index", + "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -20,7 +22,7 @@ "navigationStyle": "custom" } },{ - "path": "pages/login/login", + "path": "pages/nearbystores/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false,