Browse Source

静态页面

1002884655 3 years ago
parent
commit
6ce3259fd7
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      src/routes.js

+ 6
- 6
src/routes.js View File

@@ -4,12 +4,6 @@ const routes = [
4 4
   /**********************************
5 5
    *  Tab 页面
6 6
    *********************************/
7
-  {
8
-    name: '帮我找房',
9
-    page: 'pages/index/helpToFindHouse/index',
10
-    pkg: 'main',
11
-    type: 'building',
12
-  },
13 7
   {
14 8
     name: '首页',
15 9
     page: 'pages/index/index',
@@ -48,6 +42,12 @@ const routes = [
48 42
     pkg: 'main',
49 43
     type: 'other',
50 44
   },
45
+  {
46
+    name: '帮我找房',
47
+    page: 'pages/index/helpToFindHouse/index',
48
+    pkg: 'main',
49
+    type: 'building',
50
+  },
51 51
   {
52 52
     name: '楼盘搜索',
53 53
     page: 'pages/index/buildingSearch/index',