- 优化页面结构

- 修复「TOTP 输入界面,回车无法确定」close #101
This commit is contained in:
dushixiang
2021-03-17 20:00:36 +08:00
parent 4f5a63751c
commit e1cd73260a
17 changed files with 106 additions and 406 deletions

View File

@ -9,18 +9,6 @@ import {Area} from '@ant-design/charts';
import {isAdmin} from "../../service/permission";
const routes = [
{
path: '',
breadcrumbName: '首页',
},
{
path: 'dashboard',
breadcrumbName: '仪表盘',
}
];
class Dashboard extends Component {
state = {
@ -79,17 +67,6 @@ class Dashboard extends Component {
return (
<>
<PageHeader
className="site-page-header-ghost-wrapper"
title="dashboard"
breadcrumb={{
routes: routes,
itemRender: itemRender
}}
subTitle="仪表盘"
extra={[]}
>
</PageHeader>
<div className="page-card">