1002884655 3 vuotta sitten
vanhempi
commit
a6b3ea15ea
1 muutettua tiedostoa jossa 7 lisäystä ja 7 poistoa
  1. 7
    7
      src/routes.js

+ 7
- 7
src/routes.js Näytä tiedosto

@@ -4,13 +4,6 @@ const routes = [
4 4
   /**********************************
5 5
    *  Tab 页面
6 6
    *********************************/
7
-  {
8
-    name: '聊天',
9
-    page: 'pages/chat/chatDetail/index',
10
-    pkg: 'main',
11
-    type: 'other',
12
-    auth: ['phone', 'avatar'],
13
-  },
14 7
   {
15 8
     name: '首页',
16 9
     page: 'pages/index/index',
@@ -46,6 +39,13 @@ const routes = [
46 39
   },
47 40
 
48 41
   // 聊天
42
+  {
43
+    name: '聊天',
44
+    page: 'pages/chat/chatDetail/index',
45
+    pkg: 'main',
46
+    type: 'other',
47
+    auth: ['phone', 'avatar'],
48
+  },
49 49
 
50 50
   // /********************************
51 51
   //  * 项目相关