From b04d145e98aa174347b307dafaebdc4591369808 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Tue, 19 Aug 2025 14:12:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 59 insertions(+), 14 deletions(-) diff --git a/pages.json b/pages.json index 3cfe834..14c5bdc 100644 --- a/pages.json +++ b/pages.json @@ -8,6 +8,15 @@ "backgroundColorTop": "#fff" } }, + { + "path": "pages/home/order", + "style": { + "navigationBarTitleText": "关注的发单号", + "backgroundColor": "#ededed", + "backgroundColorTop": "#ededed", + "backgroundColorBottom": "#ededed" + } + }, { "path": "pages/message/index", "style": { @@ -31,9 +40,33 @@ "style": { "navigationBarTitleText": "我的" } + }, + { + "path": "pages/addJob/index", + "style": { + "navigationBarTitleText": "大鹏Beta", + "backgroundColor": "#ffffff", + "backgroundColorTop": "#ffffff", + "backgroundColorBottom": "#ffffff", + "navigationBarTextStyle": "black" + } } ], "subPackages": [ + { + "root": "root/chat", + "pages": [ + { + "path": "index", + "style": { + "backgroundColor": "#ededed", + "backgroundColorTop": "#ededed", + "backgroundColorBottom": "#ededed", + "navigationBarTitleText": "大鹏Beta" + } + } + ] + }, { // 首页 "root": "root/home", "pages": [ @@ -97,15 +130,15 @@ { // 个人中心二级页面 "root": "root/person", "pages": [ - { - "path": "marge", - "style": { - "navigationBarTitleText": "合并团队", - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed" - } - }, + { + "path": "marge", + "style": { + "navigationBarTitleText": "合并团队", + "backgroundColor": "#ededed", + "backgroundColorTop": "#ededed", + "backgroundColorBottom": "#ededed" + } + }, { "path": "todayData", "style": { @@ -631,17 +664,29 @@ "selectedIconPath": "static/image/home-active.png", "text": "首页" }, + { + "pagePath": "pages/home/order", + "iconPath": "static/image/apply.png", + "selectedIconPath": "static/image/apply-active.png", + "text": "发单号" + }, + { + "iconPath": "static/image/message.png", + "selectedIconPath": "static/image/message_active.png", + "pagePath": "pages/message/index", + "text": "消息" + }, { "pagePath": "pages/workBench/index", "iconPath": "static/image/apply.png", "selectedIconPath": "static/image/apply-active.png", "text": "工单" }, - // { - // "iconPath": "static/image/message.png", - // "selectedIconPath": "static/image/message_active.png", - // "pagePath": "pages/message/index", - // "text": "消息" + // { ai + // "iconPath": "static/image/home.png", + // "selectedIconPath": "static/image/home.png", + // "pagePath": "pages/addJob/index", + // "text": "" // }, { "pagePath": "pages/person/index",