重命名 权限控制 context

pull/1/head
sin 2019-03-01 15:06:10 +08:00
parent ed476c671d
commit 7a7ebde4b1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React, { PureComponent } from 'react';
import GlobalAuthority from '../../layouts/GlobalAuthority';
import GlobalAuthority from '../../layouts/GlobalAuthorityContext';
// 用于控制权限
class AuthorityControl extends PureComponent {