|
|
|
@ -158,6 +158,7 @@ export default { |
|
|
|
// let data={user_id:8} |
|
|
|
isOpenAccount(data).then(res => { |
|
|
|
console.info(res) |
|
|
|
if(res.code==100){ |
|
|
|
this.examine_data=res.data |
|
|
|
let index; |
|
|
|
for(let i=0; i<this.sidebarList.length;i++){ |
|
|
|
@ -190,6 +191,9 @@ export default { |
|
|
|
if (typeof(index)!='undefined' && this.activeClass!=this.sidebarList[index].url) { |
|
|
|
this.goPage(this.sidebarList[index].url) |
|
|
|
} |
|
|
|
}else{ |
|
|
|
this.$message.error(res.msg) |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|
//显示用户登录 |
|
|
|
|