dev_oauth
hjm 6 years ago
parent accb9e378f
commit e31f73ace1

@ -113,7 +113,7 @@ class Collaborators extends Component {
onSearchcalue:""
})
let admintype = this.props.identity;
if (admintype>3) {
if (admintype>4) {
this.props.showSnackbar("您没有权限");
return
}

Loading…
Cancel
Save