|
@@ -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": {
|