From b50f6e4d9b20a46629f993d2cc4c45c12189cf61 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 04 三月 2026 10:56:23 +0800
Subject: [PATCH] 公司app 1.添加商机管理功能 2.app部署修改
---
src/pages.json | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index a2b3ca6..6c38da8 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -32,6 +32,12 @@
}
},
{
+ "path": "pages/message",
+ "style": {
+ "navigationBarTitleText": "娑堟伅涓績"
+ }
+ },
+ {
"path": "pages/work",
"style": {
"navigationBarTitleText": "宸ヤ綔鍙�"
@@ -145,6 +151,20 @@
"path": "pages/sales/receiptPaymentLedger/detail",
"style": {
"navigationBarTitleText": "瀹㈡埛寰�鏉ヨ鎯�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/opportunityManagement/index",
+ "style": {
+ "navigationBarTitleText": "鍟嗘満绠$悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/opportunityManagement/detail",
+ "style": {
+ "navigationBarTitleText": "鍟嗘満璇︽儏",
"navigationStyle": "custom"
}
},
@@ -399,6 +419,20 @@
"navigationBarTitleText": "鏁呴殰鍒嗘瀽杩芥函",
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pages/productionManagement/productionOrder/index",
+ "style": {
+ "navigationBarTitleText": "鐢熶骇璁㈠崟",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/productionDispatching/index",
+ "style": {
+ "navigationBarTitleText": "鐢熶骇娲惧伐",
+ "navigationStyle": "custom"
+ }
}
],
"subPackages": [
@@ -611,6 +645,12 @@
"text": "棣栭〉"
},
{
+ "pagePath": "pages/message",
+ "iconPath": "static/images/tabbar/work.png",
+ "selectedIconPath": "static/images/tabbar/work_.png",
+ "text": "娑堟伅"
+ },
+ {
"pagePath": "pages/mine",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_.png",
--
Gitblit v1.9.3