27110 27122
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user