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 | 77 +++++++++++++++++++++++++++++++++++---
1 files changed, 71 insertions(+), 6 deletions(-)
diff --git a/pages.json b/pages.json
index 869105d..1f4fb57 100644
--- a/pages.json
+++ b/pages.json
@@ -1,9 +1,72 @@
{
- "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
+ "pages": [{
+ "path": "pages/login/login",
"style": {
- "navigationBarTitleText": "uni-app"
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/home/home",
+ "style": {
+ "navigationBarTitleText": "%index.home%",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/InManagement/ContainerBinding/Container_Binding",
+ "style": {
+ "navigationBarTitleText": "%container.title%",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/mat/matSelected",
+ "style": {
+ "navigationBarTitleText": "%matSelected.title%",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/InManagement/OrderContainerBinding/Main/orderList",
+ "style": {
+ "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"
}
}
],
@@ -11,7 +74,9 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
+ "backgroundColor": "#F8F8F8",
+ "animationType": "pop-in",
+ "animationDuration": 150
},
"uniIdRouter": {}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.1