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 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', 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);
}; };