@@ -502,6 +502,10 @@
this.condition = 'image'
this.dataSelect()
}
+ if (tab._props.label == '一键登录') {
+ this.condition = 'login'
+ this.dataSelect()
+ }
},