From 6dcb2f079d7c470580da23034f32aafd0a2ebcb4 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期三, 31 七月 2024 14:31:20 +0800 Subject: [PATCH] add 打印(还没debug) --- pages.json | 56 ++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 36 insertions(+), 20 deletions(-) diff --git a/pages.json b/pages.json index ce91a3e..d128a55 100644 --- a/pages.json +++ b/pages.json @@ -3,22 +3,7 @@ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, - "pages": [{ - "path": "pages/login/supplier-login", - "style": { - "navigationBarTitleText": "登录", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "pages/home/supplier-home", - "style": { - "navigationBarTitleText": "首页", - "enablePullDownRefresh": true, - "navigationStyle": "custom" - } - }, + "pages": [ // #ifdef PUB_CUSTOMER { "path": "pages/home/home", @@ -34,7 +19,23 @@ "navigationBarTitleText": "收货地址" } }, - // #endif + // #endif + { + "path": "pages/login/supplier-login", + "style": { + "navigationBarTitleText": "登录", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "pages/home/supplier-home", + "style": { + "navigationBarTitleText": "首页", + "enablePullDownRefresh": true, + "navigationStyle": "custom" + } + }, { "path": "pages/login/supplier-reg", "style": { @@ -107,13 +108,13 @@ { "path": "pages/order/order-delivery-detail", "style": { - "navigationBarTitleText": "订单详情" + "navigationBarTitleText": "配送单详情" } }, { "path": "pages/order/order-delivery", "style": { - "navigationBarTitleText": "订单列表" + "navigationBarTitleText": "配送单列表" } }, { @@ -170,7 +171,15 @@ "navigationBarTitleText": "协议", "enablePullDownRefresh": false } - }, + }, + { + "path": "print/print-list", + "style": { + "navigationBarTitleText": "打印", + "enablePullDownRefresh": false + } + + } // #endif // #ifdef PUB_PARTNER || PUB_SUPPLIER { @@ -304,6 +313,13 @@ "navigationBarTitleText": "我的关注", "enablePullDownRefresh": true } + }, + { + "path": "self/history", + "style": { + "navigationBarTitleText": "浏览记录", + "enablePullDownRefresh": true + } }, { "path": "self/collect", -- Gitblit v1.9.3