This commit is contained in:
shijingjing
2022-02-11 17:27:07 +08:00
parent f20839083e
commit a6ee8130e5

View File

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