- 修复操作磁盘空间失败的问题

- 移除不可用的菜单
- 修复接入页面粘贴板等按钮不可点击的问题
- 修复接入RDP协议时无法自适应窗口大小的问题
This commit is contained in:
dushixiang
2022-11-06 17:46:10 +08:00
parent 8f51644cae
commit a52ad2e356
7 changed files with 196 additions and 157 deletions

View File

@ -83,11 +83,6 @@ export const routers = [
label: '登录日志',
icon: <LoginOutlined/>,
},
{
key: 'storage-log',
label: '文件日志',
icon: <LoginOutlined/>,
},
]
},
{
@ -95,11 +90,6 @@ export const routers = [
label: '系统运维',
icon: <ControlOutlined/>,
children: [
// {
// key: 'batch-command',
// label: '批量命令',
// icon: <BlockOutlined/>,
// },
{
key: 'job',
label: '计划任务',