Browse Source

静态页面

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

+ 7
- 7
src/routes.js View File

4
   /**********************************
4
   /**********************************
5
    *  Tab 页面
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
     name: '首页',
8
     name: '首页',
16
     page: 'pages/index/index',
9
     page: 'pages/index/index',
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
   //  * 项目相关