소스 검색

位置更换

htc 1 년 전
부모
커밋
0f9d708bb9
1개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  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"
 			}
 		},