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
|
||||
|
||||
// 版本号,升级版本时修改
|
||||
const VERSION = "v0.12.4"
|
||||
const VERSION = "v0.13.0"
|
||||
|
||||
@ -59,13 +59,13 @@ export const getUserMenu = async () => {
|
||||
component: '/glc/storages/StoragesMain',
|
||||
openInner: true,
|
||||
});
|
||||
// menus.push({
|
||||
// path: '/glc/sysuser',
|
||||
// title: '用户管理',
|
||||
// icon: 'users',
|
||||
// component: '/glc/sysuser/SysuserMain',
|
||||
// openInner: true,
|
||||
// role: 'admin',
|
||||
// });
|
||||
menus.push({
|
||||
path: '/glc/sysuser',
|
||||
title: '用户管理',
|
||||
icon: 'users',
|
||||
component: '/glc/sysuser/SysuserMain',
|
||||
openInner: true,
|
||||
role: 'admin',
|
||||
});
|
||||
return (menuState.aryMenu = menus);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user