From 5cf052b8f51331576afa6c0faee331423996663b Mon Sep 17 00:00:00 2001
From: ZN <zhang_12370@163.com>
Date: 星期一, 30 三月 2026 16:34:39 +0800
Subject: [PATCH] 阳光印刷修改首页信息 阳光印刷调整设备巡检的上传方式
---
src/pages.json | 76 +++++++++++++++++++++++++++++++++-----
1 files changed, 66 insertions(+), 10 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 5d7da6d..419c3df 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -19,19 +19,40 @@
}
},
{
- "path": "pages/index",
+ "path": "pages/financialManagement/revenueManagement/index",
"style": {
- "navigationBarTitleText": "棣栭〉",
+ "navigationBarTitleText": "鏀跺叆绠$悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/financialManagement/expenseManagement/index",
+ "style": {
+ "navigationBarTitleText": "鏀嚭绠$悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/financialManagement/loanManagement/index",
+ "style": {
+ "navigationBarTitleText": "鍊熸绠$悊",
"navigationStyle": "custom"
}
},
{
"path": "pages/works",
"style": {
- "navigationBarTitleText": "宸ヤ綔鍙�",
+ "navigationBarTitleText": "棣栭〉",
"navigationStyle": "custom"
}
},
+// {
+// "path": "pages/works",
+// "style": {
+// "navigationBarTitleText": "宸ヤ綔鍙�",
+// "navigationStyle": "custom"
+// }
+// },
{
"path": "pages/login",
"style": {
@@ -999,6 +1020,41 @@
}
},
{
+ "path": "pages/customerService/feedbackRegistration/index",
+ "style": {
+ "navigationBarTitleText": "鍞悗鐧昏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/customerService/feedbackRegistration/edit",
+ "style": {
+ "navigationBarTitleText": "鍞悗鍗曡鎯�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/customerService/afterSalesHandling/index",
+ "style": {
+ "navigationBarTitleText": "鍞悗澶勭悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/customerService/afterSalesHandling/handle",
+ "style": {
+ "navigationBarTitleText": "鍞悗澶勭悊璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/customerService/afterSalesHandling/fileList",
+ "style": {
+ "navigationBarTitleText": "鍞悗闄勪欢",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/qualityManagement/finalInspection/add",
"style": {
"navigationBarTitleText": "鍑哄巶妫�楠屾坊鍔�",
@@ -1237,17 +1293,17 @@
"backgroundColor": "#ffffff",
"list": [
{
- "pagePath": "pages/index",
+ "pagePath": "pages/works",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/homeBlue.png",
"text": "棣栭〉"
},
- {
- "pagePath": "pages/works",
- "iconPath": "static/images/tabbar/work.png",
- "selectedIconPath": "static/images/tabbar/workBlue.png",
- "text": "宸ヤ綔鍙�"
- },
+// {
+// "pagePath": "pages/works",
+// "iconPath": "static/images/tabbar/work.png",
+// "selectedIconPath": "static/images/tabbar/workBlue.png",
+// "text": "宸ヤ綔鍙�"
+// },
{
"pagePath": "pages/message",
"iconPath": "static/images/tabbar/new.png",
--
Gitblit v1.9.3