瀏覽代碼

增加首页相关路由

htc 1 年之前
父節點
當前提交
287ec0273a
共有 1 個文件被更改,包括 19 次插入0 次删除
  1. 19 0
      pages.json

+ 19 - 0
pages.json

@@ -1,5 +1,6 @@
 {
 	"pages": [
+		//登录
 		{
 			"path": "pages/login/index",
 			"style": {
@@ -14,6 +15,7 @@
 				"navigationStyle": "custom"
 			}
 		},
+		//首页
 		{
 			"path": "pages/home/index",
 			"style": {
@@ -21,6 +23,21 @@
 				"navigationStyle": "custom"
 			}
 		},
+		{
+			"path": "pages/home/condition",
+			"style": {
+				"navigationBarTitleText": "房情表",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/home/details",
+			"style": {
+				"navigationBarTitleText": "",
+				"navigationStyle": "custom"
+			}
+		},
+		//房态
 		{
 			"path": "pages/house/index",
 			"style": {
@@ -28,6 +45,7 @@
 				"navigationStyle": "custom"
 			}
 		},
+		//统计
 		{
 			"path": "pages/statistics/index",
 			"style": {
@@ -35,6 +53,7 @@
 				"navigationStyle": "custom"
 			}
 		},
+		//我的
 		{
 			"path": "pages/my/index",
 			"style": {