diff --git a/.gitignore b/.gitignore index 34ddbdf..8f27ec3 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ docs/.vitepress/dist docs/.vitepress/cache src/types +src/pages.json # lock 文件还是不要了,我主要的版本写死就好了 # pnpm-lock.yaml diff --git a/src/pages.json b/src/pages.json deleted file mode 100644 index 6c5d206..0000000 --- a/src/pages.json +++ /dev/null @@ -1,627 +0,0 @@ -{ - "globalStyle": { - "navigationStyle": "default", - "navigationBarTitleText": "茶址", - "navigationBarBackgroundColor": "#f8f8f8", - "navigationBarTextStyle": "black", - "backgroundColor": "#FFFFFF" - }, - "easycom": { - "autoscan": true, - "custom": { - "^fg-(.*)": "@/components/fg-$1/fg-$1.vue", - "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue", - "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue" - } - }, - "tabBar": { - "custom": false, - "color": "#999999", - "selectedColor": "#018d71", - "backgroundColor": "#FFF", - "borderStyle": "black", - "height": "50px", - "fontSize": "10px", - "iconWidth": "24px", - "spacing": "3px", - "list": [ - { - "iconPath": "static/tabbar/home.png", - "selectedIconPath": "static/tabbar/home_s.png", - "pagePath": "pages/index/index", - "text": "首页" - }, - { - "iconPath": "static/tabbar/order.png", - "selectedIconPath": "static/tabbar/order_s.png", - "pagePath": "pages/reserve/reserve", - "text": "订单" - }, - { - "iconPath": "static/tabbar/store.png", - "selectedIconPath": "static/tabbar/store_s.png", - "pagePath": "pages/store/store", - "text": "门店管理" - }, - { - "iconPath": "static/tabbar/my.png", - "selectedIconPath": "static/tabbar/my_s.png", - "pagePath": "pages/my/my", - "text": "我的" - } - ] - }, - "pages": [ - { - "path": "pages/index/index", - "type": "home", - "layout": "tabbar", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "首页" - } - }, - { - "path": "pages/about/about", - "type": "page", - "layout": "tabbar", - "style": { - "navigationBarTitleText": "关于" - } - }, - { - "path": "pages/about/alova", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "Alova 请求演示" - } - }, - { - "path": "pages/about/vue-query", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "Vue Query 请求演示" - } - }, - { - "path": "pages/cashier/cashier", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/city/city", - "type": "page", - "needLogin": true, - "layout": "tabbar", - "style": { - "navigationStyle": "default", - "navigationBarTitleText": "选择城市" - } - }, - { - "path": "pages/login/login", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/login/mobile", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#fff" - } - }, - { - "path": "pages/login/password", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#fff" - } - }, - { - "path": "pages/login/set-password", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#fff" - } - }, - { - "path": "pages/my/my", - "type": "page", - "layout": "tabbar", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/my/profile", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/notice/bill", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#fff" - } - }, - { - "path": "pages/notice/pay", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#fff" - } - }, - { - "path": "pages/notice/reserve", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/reserve/reserve", - "type": "page", - "layout": "tabbar", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "首页" - } - }, - { - "path": "pages/search/search", - "type": "page", - "needLogin": true, - "layout": "tabbar", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/store/room-manage", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/store/store", - "type": "page", - "layout": "tabbar", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/share/tea-room/share-order-detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - } - ], - "subPackages": [ - { - "root": "bundle", - "pages": [ - { - "path": "account/switch", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#F6F7F9" - } - }, - { - "path": "collect/collect", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "coupon/coupon", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "coupon/my-coupon", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "demo/index", - "type": "page", - "layout": "default", - "style": { - "navigationBarTitleText": "分包页面" - } - }, - { - "path": "finance/detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#fff" - } - }, - { - "path": "finance/finance", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#F6F7F8" - } - }, - { - "path": "profile/profile", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "setmeal/add", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "setmeal/setmeal", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "settle-in/parten", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "settle-in/tea-room", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "settle-in/tea-specialist", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "store/verify-code", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#F6F7F9" - } - }, - { - "path": "store/verify-record", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#F6F7F8" - } - }, - { - "path": "store-recharge/store-recharge", - "type": "page", - "layout": "tabbar", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "tea-room/choose-room-reserve", - "type": "page", - "layout": "tabbar", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "tea-room/choose-room", - "type": "page", - "layout": "tabbar", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "tea-room/detail", - "type": "page", - "needLogin": true, - "layout": "tabbar", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "tea-room/room", - "type": "page", - "layout": "tabbar", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "vip/benefits", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "vip/buy", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "wallet/bill", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "wallet/recharge", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "wallet/wallet", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/after-sales/after-sales", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/douyin/douyin-order-detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/douyin/excharge", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/douyin/order-list", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/platform/direct-order-detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/platform/franchise-order-detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/platform/order-detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/platform/order-list", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/tea-room/order-detail", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/tea-room/order-list", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/tea-specialist/order-detail", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "order/tea-specialist/order-list", - "type": "page", - "needLogin": true, - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "parten/pages/bank-card/add", - "type": "page", - "layout": "default", - "style": { - "navigationBarBackgroundColor": "#FFF", - "navigationBarTitleText": "添加新银行卡" - } - }, - { - "path": "parten/pages/bank-card/list", - "type": "page", - "layout": "default", - "style": { - "navigationBarBackgroundColor": "#F6F7F9", - "navigationBarTitleText": "银行卡" - } - }, - { - "path": "parten/pages/bill/bill", - "type": "page", - "layout": "default", - "style": { - "navigationBarBackgroundColor": "#FFF", - "navigationBarTitleText": "收益明细" - } - }, - { - "path": "parten/pages/fund-record/fund-record", - "type": "page", - "layout": "default", - "style": { - "navigationBarBackgroundColor": "#FFF", - "navigationBarTitleText": "资金记录" - } - }, - { - "path": "parten/pages/my/my", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "parten/pages/sub/profile", - "type": "page", - "layout": "default", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "parten/pages/sub/sub", - "type": "page", - "layout": "default", - "style": { - "navigationBarBackgroundColor": "#FFF", - "navigationBarTitleText": "下级用户" - } - }, - { - "path": "parten/pages/withdraw/progress", - "type": "page", - "layout": "default", - "style": { - "navigationBarBackgroundColor": "#FFF", - "navigationBarTitleText": "余额提现" - } - }, - { - "path": "parten/pages/withdraw/withdraw", - "type": "page", - "layout": "default", - "style": { - "navigationBarBackgroundColor": "#F6F7F9", - "navigationBarTitleText": "提现" - } - } - ] - } - ] -} \ No newline at end of file