27110 27122

This commit is contained in:
wanglei
2022-02-10 09:05:18 +08:00
parent be5c48630c
commit 06ffa9ee99
2 changed files with 16 additions and 13 deletions

View File

@@ -39,7 +39,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.appGirdInfo.checkType != '0') {
this.isAdmin = true
}