From f2ed53b7fb41b1d15334934bf8caeea798ddcf2f Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期四, 27 六月 2024 16:51:41 +0800
Subject: [PATCH] 1
---
pages.json | 111 +++++++++++++++++++++++++++++++++++--------------------
1 files changed, 71 insertions(+), 40 deletions(-)
diff --git a/pages.json b/pages.json
index a99cd4e..37630ff 100644
--- a/pages.json
+++ b/pages.json
@@ -1,4 +1,8 @@
{
+ // 如果您是通过uni_modules形式引入uView,可以忽略此配置
+ "easycom": {
+ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
+ },
"pages": [{
"path": "pages/login/farmer-login",
"style": {
@@ -23,13 +27,6 @@
}
},
{
- "path": "pages/user/user-collection/user-collection",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": true
- }
- },
- {
"path": "pages/user/user-info/user-info",
"style": {
"navigationBarTitleText": "我的信息",
@@ -37,51 +34,85 @@
}
},
{
- "path": "pages/order/order",
+ "path": "pages/notice/notice",
"style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": false
- }
- },
-
- {
- "path": "pages/login/farmer-reg",
- "style": {
- "navigationBarTitleText": "申请入住",
+ "navigationBarTitleText": "通知公告",
"enablePullDownRefresh": false
}
},
{
- "path": "pages/farmer/order-settlement/order-settlement",
+ "path": "pages/notice/list",
"style": {
- "navigationBarTitleText": "账单结算",
- "enablePullDownRefresh": false
+ "navigationBarTitleText": "通知公告",
+ "enablePullDownRefresh": true
}
},
{
- "path": "pages/farmer/flower-manage/flower-manage",
- "style": {
- "navigationBarTitleText": "商品管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/farmer/order-sale/order-sale",
- "style": {
- "navigationBarTitleText": "售后理赔",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/farmer/order-records/order-records",
- "style": {
- "navigationBarTitleText": "扣款记录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#E6F2EB"
-
+ "path" : "pages/user/user-pwd/user-pwd",
+ "style" :
+ {
+ "navigationBarTitleText" : "修改密码",
+ "enablePullDownRefresh" : false
}
}
],
+
+ "subPackages": [{
+ "root": "sub_pages/farmer",
+ "pages": [{
+ "path": "farmer-info/farmer-info",
+ "style": {
+ "navigationBarTitleText": "信息维护",
+ "enablePullDownRefresh": false
+ }
+ }, {
+ "path": "order-settlement/order-settlement",
+ "style": {
+ "navigationBarTitleText": "账单结算",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "flower-manage/flower-manage",
+ "style": {
+ "navigationBarTitleText": "商品管理",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "order-sale/order-sale",
+ "style": {
+ "navigationBarTitleText": "售后理赔",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "order-records/order-records",
+ "style": {
+ "navigationBarTitleText": "扣款记录",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#E6F2EB"
+
+ }
+ },
+ {
+ "path": "flower-manage/flower-add",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "farmer-reg/farmer-reg",
+ "style": {
+ "navigationBarTitleText": "申请入住",
+ "navigationStyle": "custom"
+ }
+ }
+ ]
+
+
+ }],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
--
Gitblit v1.9.3