This commit is contained in:
gotoeasy 2023-11-14 19:11:27 +08:00
parent 7d92dcffd2
commit 03782455c5
2 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
package ver
// 版本号,升级版本时修改
const VERSION = "v0.12.4"
const VERSION = "v0.13.0"

View File

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