fix issues

pull/360/head
vapao 2021-07-27 15:30:03 +08:00
parent 44d489c123
commit 513a92504e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import LoginActive from './LoginActive';
class HomeIndex extends React.Component { class HomeIndex extends React.Component {
render() { render() {
return ( return (
<AuthDiv auth="home.home.view"> <AuthDiv auth="dashboard.dashboard.view">
<StatisticsCard/> <StatisticsCard/>
<AlarmTrend/> <AlarmTrend/>
<Row style={{marginTop: 20}}> <Row style={{marginTop: 20}}>