@@ -434,6 +434,7 @@ var vNode = {
}
// 如果不是大会员。判断是否是超级订阅会员,不是显示弹窗
if (res.data.memberStatus <= 0) {
+ _this.singleTab = false
if (!res.data.viper) {
_this.digshow = true
} else {
@@ -120,6 +120,7 @@ var vNode = {
this.entInfo.name = ''
this.restore = this.reStoreState()
if (!this.restore) {
+ this.getUserRoot()
this.getPowerInfo()
// 获取企业基本信息
this.getEntBaseInfo()