From 5c3f9ccc6ffd5fbb60e81f3d0118a3541f1ece15 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 05 十一月 2025 22:10:45 +0800
Subject: [PATCH] 临时盘点优化

---
 pages.json |   45 ++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 40 insertions(+), 5 deletions(-)

diff --git a/pages.json b/pages.json
index 5c5d8ad..3dbe06f 100644
--- a/pages.json
+++ b/pages.json
@@ -1,15 +1,51 @@
 {
 	"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
 		{
-			"path": "pages/login/login",
+			"path": "pages/login/index",
 			"style": {
-				"navigationBarTitleText": "鐧� 褰�"
+				"navigationBarTitleText": "%page.login%"
 			}
 		},
 		{
 			"path": "pages/home/index",
 			"style": {
-				"navigationBarTitleText": "棣栭〉"
+				"navigationBarTitleText": "%page.index%"
+			}
+		},
+		{
+			"path": "pages/outbound/wavePick",
+			"style": {
+				"navigationBarTitleText": "娉㈡鎷h揣"
+			}
+		},
+		{
+			"path": "pages/check/checkOrder",
+			"style": {
+				"navigationBarTitleText": "鐩樼偣鍗�"
+			}
+		},
+		{
+			"path": "pages/check/checkOrderItem",
+			"style": {
+				"navigationBarTitleText": "鍒濈洏"
+			}
+		},
+		{
+			"path": "pages/check/firstCheck",
+			"style": {
+				"navigationBarTitleText": "鍒濈洏"
+			}
+		},
+		{
+			"path": "pages/check/TempCheck",
+			"style": {
+				"navigationBarTitleText": "涓存椂鐩樼偣"
+			}
+		},
+		{
+			"path": "pages/outbound/wavePickItem",
+			"style": {
+				"navigationBarTitleText": "娉㈡鎷h揣"
 			}
 		},
 		{
@@ -57,7 +93,7 @@
 		{
 			"path": "pages/listing/matnrPalletising",
 			"style": {
-				"navigationBarTitleText": "鐗╂枡缁勭洏"
+				"navigationBarTitleText": "鍗曟嵁缁勬墭"
 			}
 		},
 		{
@@ -455,7 +491,6 @@
 				"navigationBarTitleText": "鍗婃垚鍝佸嚭搴撳崟",
 				"enablePullDownRefresh": false
 			}
-
 		}
 
 		, {

--
Gitblit v1.9.1