|
@@ -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 });
|