mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
0.13.0
This commit is contained in:
parent
7d92dcffd2
commit
03782455c5
@ -1,4 +1,4 @@
|
|||||||
package ver
|
package ver
|
||||||
|
|
||||||
// 版本号,升级版本时修改
|
// 版本号,升级版本时修改
|
||||||
const VERSION = "v0.12.4"
|
const VERSION = "v0.13.0"
|
||||||
|
|||||||
@ -59,13 +59,13 @@ export const getUserMenu = async () => {
|
|||||||
component: '/glc/storages/StoragesMain',
|
component: '/glc/storages/StoragesMain',
|
||||||
openInner: true,
|
openInner: true,
|
||||||
});
|
});
|
||||||
// menus.push({
|
menus.push({
|
||||||
// path: '/glc/sysuser',
|
path: '/glc/sysuser',
|
||||||
// title: '用户管理',
|
title: '用户管理',
|
||||||
// icon: 'users',
|
icon: 'users',
|
||||||
// component: '/glc/sysuser/SysuserMain',
|
component: '/glc/sysuser/SysuserMain',
|
||||||
// openInner: true,
|
openInner: true,
|
||||||
// role: 'admin',
|
role: 'admin',
|
||||||
// });
|
});
|
||||||
return (menuState.aryMenu = menus);
|
return (menuState.aryMenu = menus);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user