From 58b41dc039c5c9d1b758c9e190a7c35225ad7585 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 05 三月 2026 18:04:25 +0800
Subject: [PATCH] #

---
 pages.json |   49 ++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 42 insertions(+), 7 deletions(-)

diff --git a/pages.json b/pages.json
index a38cf72..1f4fb57 100644
--- a/pages.json
+++ b/pages.json
@@ -1,6 +1,5 @@
 {
-	"pages": [
-		{
+	"pages": [{
 			"path": "pages/login/login",
 			"style": {
 				"navigationBarTitleText": "",
@@ -10,28 +9,64 @@
 		{
 			"path": "pages/home/home",
 			"style": {
-				"navigationBarTitleText": "棣栭〉",
+				"navigationBarTitleText": "%index.home%",
 				"navigationStyle": "custom"
 			}
 		},
 		{
 			"path": "pages/InManagement/ContainerBinding/Container_Binding",
 			"style": {
-				"navigationBarTitleText": "瀹瑰櫒缁戝畾",
+				"navigationBarTitleText": "%container.title%",
 				"navigationStyle": "custom"
 			}
 		},
 		{
 			"path": "pages/mat/matSelected",
 			"style": {
-				"navigationBarTitleText": "鐗╂枡缂栬緫",
+				"navigationBarTitleText": "%matSelected.title%",
 				"navigationStyle": "custom"
 			}
 		},
 		{
-			"path": "pages/InManagement/Order_Pallet_Building",
+			"path": "pages/InManagement/OrderContainerBinding/Main/orderList",
 			"style": {
-				"navigationBarTitleText": "uni-app"
+				"navigationBarTitleText": "%container.orderComb%",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/InManagement/OrderContainerBinding/Main/orderDetlList",
+			"style": {
+				"navigationBarTitleText": "%container.orderCombDetl%",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/InManagement/OrderContainerBinding/Main/Order_Container_Binding",
+			"style": {
+				"navigationBarTitleText": "%container.order_container_binding_title%",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/InManagement/OrderContainerBinding/NoMain/orderDetlList",
+			"style": {
+				"navigationBarTitleText": "%container.orderCombDetl%",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/InManagement/OrderContainerBinding/NoMain/Order_Container_Binding",
+			"style": {
+				"navigationBarTitleText": "%container.order_container_binding_title%",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/settings/settings",
+			"style": {
+				"navigationBarTitleText": "%settings.title%",
+				"navigationStyle": "custom"
 			}
 		}
 	],

--
Gitblit v1.9.1