This commit is contained in:
wanglei
2022-02-09 15:58:50 +08:00
parent 78e1eb4df4
commit 554f7b12c1
5 changed files with 19 additions and 21 deletions

View File

@@ -35,14 +35,7 @@ export default {
this.params = e.params
this.component = e.type
},
// tabClick(index, component) {
// this.tabIndex = index
// this.component = component
// this.refresh = false
// this.$nextTick(() => {
// this.refresh = true
// })
// },
isGirdUser() {
this.isAdmin = false
this.$http.post('/app/appgirdmemberinfo/checkLogOnUser').then((res) => {