提交 6b8a8508 编写于 作者: haochangdi's avatar haochangdi

修复按钮的现实

上级 f88d354d
......@@ -93,10 +93,14 @@ export default {
this.$router.push(`/blacklist-manage?circleId=${this.circleId}&circleName=${this.circleName}`)
},
getRole() {
if (localStorage.getItem("highMainManager") || localStorage.getItem("mainManager") || localStorage.getItem("storageIdType") == 1) {
this.role = 1
if (localStorage.getItem("highMainManager") == 1 || localStorage.getItem("mainManager") == 1 || localStorage.getItem("storageIdType") == 1) {
this.role = 1
console.log('===================显示=================');
console.log(this.role);
} else {
this.role = 0
this.role = 0
console.log('===================不显示=================');
console.log(this.role);
}
},
refreshRenYuan() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册