diff --git a/src/pages.json b/src/pages.json index 62f01a8..51547ba 100644 --- a/src/pages.json +++ b/src/pages.json @@ -40,7 +40,7 @@ { "iconPath": "static/tabbar/store.png", "selectedIconPath": "static/tabbar/store_s.png", - "pagePath": "pages/login/login", + "pagePath": "pages/store/store", "text": "门店管理" }, { @@ -199,6 +199,14 @@ "navigationStyle": "custom" } }, + { + "path": "pages/store/store", + "type": "page", + "layout": "tabbar", + "style": { + "navigationStyle": "custom" + } + }, { "path": "pages/share/tea-room/share-order-detail", "type": "page", diff --git a/src/pages/store/store.vue b/src/pages/store/store.vue new file mode 100644 index 0000000..8a4d2bd --- /dev/null +++ b/src/pages/store/store.vue @@ -0,0 +1,338 @@ + + { + "layout": "tabbar", + "style": { + "navigationStyle": "custom" + } + } + + + + + + + diff --git a/src/tabbar/config.ts b/src/tabbar/config.ts index bf2529c..b8f1256 100644 --- a/src/tabbar/config.ts +++ b/src/tabbar/config.ts @@ -50,7 +50,7 @@ export const nativeTabbarList: NativeTabBarItem[] = [ { iconPath: 'static/tabbar/store.png', selectedIconPath: 'static/tabbar/store_s.png', - pagePath: 'pages/login/login', + pagePath: 'pages/store/store', text: '门店管理', }, {