dev_oauth
hjm 6 years ago
parent accb9e378f
commit e31f73ace1

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

Loading…
Cancel
Save