This commit is contained in:
wanglei
2022-02-09 15:11:33 +08:00
parent 1bd44308dc
commit cb178908cc
7 changed files with 17 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ export default {
this.isAdmin = false
this.$http.post('/app/appgirdmemberinfo/checkLogOnUser').then((res) => {
if (res.code == 0) {
if (res.data.checkType != '0') {
if (res.data.appGirdInfo.checkType != '0') {
this.isAdmin = true
}
}