From 74ff2cd15d65511c26b6a1a2e58e6153deb1e938 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 12 七月 2024 14:40:17 +0800 Subject: [PATCH] 1 --- pages.json | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index cd0f85d..ef06e85 100644 --- a/pages.json +++ b/pages.json @@ -4,6 +4,7 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ + // #ifdef PUB_CUSTOMER { "path": "pages/home/home", @@ -66,6 +67,13 @@ "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } + }, + { + "path": "pages/user/address/address", + "style": { + "navigationBarTitleText": "收货地址", + "enablePullDownRefresh": false + } } ], @@ -117,7 +125,7 @@ { "path": "supplier-reg/supplier-reg", "style": { - "navigationBarTitleText": "申请入住", + "navigationBarTitleText": "申请入驻", "navigationStyle": "custom" } }, @@ -164,13 +172,28 @@ "navigationBarTitleText": "购物车", "enablePullDownRefresh": true } + }, + { + "path": "trade/list", + "style": { + "navigationBarTitleText": "商品列表", + "enablePullDownRefresh": true + } + }, + { + "path": "trade/detail", + "style": { + "navigationBarTitleText": "商品详情", + "enablePullDownRefresh": false + + } } ] }], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "花满芫", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { -- Gitblit v1.9.3