1002884655 hace 3 años
padre
commit
6ce3259fd7
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6
    6
      src/routes.js

+ 6
- 6
src/routes.js Ver fichero

@@ -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',