From d91c23a3dc8cb22c0a5b2bbb5a74c6aac37469b5 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期三, 03 七月 2024 11:35:02 +0800 Subject: [PATCH] update 分类过滤 --- pages.json | 59 ++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 36 insertions(+), 23 deletions(-) diff --git a/pages.json b/pages.json index 65fcb7f..583ec8c 100644 --- a/pages.json +++ b/pages.json @@ -4,33 +4,26 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [{ - "path": "pages/login/farmer-login", + "path": "pages/login/supplier-login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { - "path": "pages/home/farmer-home", + "path": "pages/home/supplier-home", "style": { "navigationBarTitleText": "首页", - "enablePullDownRefresh": false, + "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { - "path": "pages/user/farmer-user", + "path": "pages/user/supplier-user", "style": { "navigationBarTitleText": "我的", - "enablePullDownRefresh": false, + "enablePullDownRefresh": true, "navigationStyle": "custom" - } - }, - { - "path": "pages/user/user-collection/user-collection", - "style": { - "navigationBarTitleText": "我的收藏", - "enablePullDownRefresh": true } }, { @@ -40,14 +33,6 @@ "enablePullDownRefresh": false } }, - { - "path": "pages/order/order", - "style": { - "navigationBarTitleText": "我的订单", - "enablePullDownRefresh": true - } - }, - { "path": "pages/notice/notice", "style": { @@ -73,9 +58,9 @@ ], "subPackages": [{ - "root": "sub_pages/farmer", + "root": "sub_pages/supplier", "pages": [{ - "path": "farmer-info/farmer-info", + "path": "supplier-info/supplier-info", "style": { "navigationBarTitleText": "信息维护", "enablePullDownRefresh": false @@ -118,15 +103,43 @@ } }, { - "path": "farmer-reg/farmer-reg", + "path": "supplier-reg/supplier-reg", "style": { "navigationBarTitleText": "申请入住", "navigationStyle": "custom" + } + }, + { + "path" : "protocol", + "style" : + { + "navigationBarTitleText" : "协议", + "enablePullDownRefresh" : false } } ] + },{ + "root": "sub_pages/partner", + "pages": [{ + "path" : "order-manage/order-manage", + "style" : + { + "navigationBarTitleText" : "订单管理", + "enablePullDownRefresh" : false + } + }, + { + "path" : "markup-config/markup-config", + "style" : + { + "navigationBarTitleText" : "加价配置", + "enablePullDownRefresh" : false + } + } + + ] }], "globalStyle": { "navigationBarTextStyle": "black", -- Gitblit v1.9.3