BUG 29461

This commit is contained in:
aixianling
2022-04-29 19:55:45 +08:00
parent 6552467cea
commit b1b96f71de
2 changed files with 17 additions and 18 deletions

View File

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