guhongwei 5 years ago
parent
commit
f00a532423
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/layout/layout-part/newmenu.vue

+ 2 - 2
src/layout/layout-part/newmenu.vue

@@ -45,7 +45,7 @@ import {
   user,
   links,
   defaultMenu,
-  vip,
+  // vip,
   technical,
 } from '@/util/role_menu.js';
 import * as menus from '@/util/role_menu.js';
@@ -69,7 +69,7 @@ export default {
     async search() {
       if (!this.user.uid) return;
       if (this.user.role == '1') {
-        this.menu.push(index, ...defaultMenu, user, vip, personnel, government, record, policy, serve, technical, enterprise, duijiehui, site, links);
+        this.menu.push(index, ...defaultMenu, user, personnel, government, record, policy, serve, technical, enterprise, duijiehui, site, links);
         return;
       }
       const res = await this.toGetMenu({ id: this.user.uid });