From e48615ec0a07b304b0287271f7f3833f8587b376 Mon Sep 17 00:00:00 2001
From: jt <jt@activesoft.com.cn>
Date: 星期一, 21 八月 2023 16:52:33 +0800
Subject: [PATCH] 5600码盘页面功能新增

---
 pages.json |   37 ++++++++++++++++++++-----------------
 1 files changed, 20 insertions(+), 17 deletions(-)

diff --git a/pages.json b/pages.json
index 859f69c..61c3a9f 100644
--- a/pages.json
+++ b/pages.json
@@ -5,8 +5,8 @@
 			"style": {
 				"navigationBarTitleText": "鐧诲綍"
 			}
-		},
-		{
+		}
+		,{
 			"path": "pages/index/index",
 			"style": {
 				"navigationBarTitleText": "棣栭〉",
@@ -21,51 +21,54 @@
 					}
 				}
 			}
-		},
-		{
+		}
+		,{
             "path" : "pages/modal/classAttr",
             "style" :                                                                                    
             {
                 "navigationBarTitleText": "鏂板",
                 "enablePullDownRefresh": false
             }
-            
-        },
-		{
+        }
+		,{
 		    "path" : "pages/modal/ms_classAttr",
 		    "style" :                                                                                    
 		    {
 		        "navigationBarTitleText": "鏂板",
 		        "enablePullDownRefresh": false
 		    }
-		    
-		},
-		{
+		}
+		,{
             "path" : "js/pickerAddress/pickerAddress",
             "style" :                                                                                    
             {
                 "navigationBarTitleText": "鐪佸競鍖�,
                 "enablePullDownRefresh": false
             }
-            
-        },
-		{
+        }
+		,{
             "path" : "pages/selpsn/index",
             "style" :                                                                                    
             {
                 "navigationBarTitleText": "閫夋嫨浜哄憳",
                 "enablePullDownRefresh": false
             }
-            
-        },
-		{
+        }
+		,{
             "path" : "pages/selPrj/index",
             "style" :                                                                                    
             {
                 "navigationBarTitleText": "閫夋嫨椤圭洰",
                 "enablePullDownRefresh": false
             }
-            
+        }
+        ,{
+            "path" : "pages/modal/5600",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "鐮佺洏",
+                "enablePullDownRefresh": false
+            }
         }
     ],
 	"globalStyle": {

--
Gitblit v1.9.1