diff --git a/admin-web/src/components/AuthorityControl/index.js b/admin-web/src/components/AuthorityControl/index.js index 3f5a404c2..0fa6eec89 100644 --- a/admin-web/src/components/AuthorityControl/index.js +++ b/admin-web/src/components/AuthorityControl/index.js @@ -1,5 +1,5 @@ import React, { PureComponent } from 'react'; -import GlobalAuthority from '../../layouts/GlobalAuthority'; +import GlobalAuthority from '../../layouts/GlobalAuthorityContext'; // 用于控制权限 class AuthorityControl extends PureComponent {