添加 admin 管理

This commit is contained in:
sin
2019-03-06 22:02:59 +08:00
parent d51fc7f5d0
commit 69e6deed21
10 changed files with 424 additions and 513 deletions

View File

@@ -104,7 +104,7 @@ class ResourceList extends PureComponent {
componentDidMount() {
const { dispatch } = this.props;
dispatch({
type: 'roleList/tree',
type: 'resourceList/tree',
payload: {},
});
}