htc 10 mesi fa
parent
commit
0f9d708bb9
1 ha cambiato i file con 12 aggiunte e 12 eliminazioni
  1. 12 12
      pages.json

+ 12 - 12
pages.json

@@ -1,39 +1,39 @@
 {
 	"pages": [
-		//登录
+		//首页
 		{
-			"path": "pages/login/index",
+			"path": "pages/home/index",
 			"style": {
-				"navigationBarTitleText": "登录",
+				"navigationBarTitleText": "首页",
 				"navigationStyle": "custom"
 			}
 		},
 		{
-			"path": "pages/login/select",
+			"path": "pages/home/condition",
 			"style": {
-				"navigationBarTitleText": "选择门店",
+				"navigationBarTitleText": "房情表",
 				"navigationStyle": "custom"
 			}
 		},
-		//首页
 		{
-			"path": "pages/home/index",
+			"path": "pages/home/details",
 			"style": {
-				"navigationBarTitleText": "首页",
+				"navigationBarTitleText": "",
 				"navigationStyle": "custom"
 			}
 		},
+		//登录
 		{
-			"path": "pages/home/condition",
+			"path": "pages/login/index",
 			"style": {
-				"navigationBarTitleText": "房情表",
+				"navigationBarTitleText": "登录",
 				"navigationStyle": "custom"
 			}
 		},
 		{
-			"path": "pages/home/details",
+			"path": "pages/login/select",
 			"style": {
-				"navigationBarTitleText": "",
+				"navigationBarTitleText": "选择门店",
 				"navigationStyle": "custom"
 			}
 		},