dingxin 6 anni fa
parent
commit
d1a5fdcba2
1 ha cambiato i file con 11 aggiunte e 11 eliminazioni
  1. 11
    11
      src/views/index.js

+ 11
- 11
src/views/index.js Vedi File

@@ -180,7 +180,16 @@ const pages = [
180 180
         component: () => import('./person/list.vue'),
181 181
         meta: {
182 182
           menuShow: true,
183
-          title: '来访人员',
183
+          title: '来访记录',
184
+        },
185
+      },
186
+      {
187
+        path: 'lobby',
188
+        name: 'lobby',
189
+        component: () => import('./lobby/list.vue'),
190
+        meta: {
191
+          menuShow: true,
192
+          title: '接待记录',
184 193
         },
185 194
       },
186 195
       {
@@ -200,18 +209,9 @@ const pages = [
200 209
           menuShow: true,
201 210
           title: '客户列表',
202 211
         },
203
-      },      
212
+      },  
204 213
     ],
205 214
   },
206
-  {
207
-    path: 'lobby',
208
-    name: 'lobby',
209
-    component: () => import('./lobby/list.vue'),
210
-    meta: {
211
-      menuShow: false,
212
-      title: '接待记录',
213
-    },
214
-  },
215 215
   {
216 216
     path: 'first',
217 217
     name: 'first',