From 87fce896046ec8e804810f75a90a62a5986e67ed Mon Sep 17 00:00:00 2001
From: ZN <zhang_12370@163.com>
Date: 星期二, 31 三月 2026 15:18:26 +0800
Subject: [PATCH] fix: 修正端口号、消息页签索引及生产报告表单字段
---
src/pages.json | 90 ++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 80 insertions(+), 10 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 5d7da6d..060bdad 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": {
@@ -683,6 +704,13 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/productionManagement/workOrder/index",
+ "style": {
+ "navigationBarTitleText": "鐢熶骇宸ュ崟",
+ "navigationStyle": "custom"
+ }
+ },
// {
// "path": "pages/productionManagement/productionCosting/index",
// "style": {
@@ -708,6 +736,13 @@
"path": "pages/inventoryManagement/issueManagement/index",
"style": {
"navigationBarTitleText": "鑷畾涔夊嚭搴�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/stockManagement/index",
+ "style": {
+ "navigationBarTitleText": "搴撳瓨绠$悊",
"navigationStyle": "custom"
}
},
@@ -999,6 +1034,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 +1307,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