This commit is contained in:
hrx 2025-11-17 15:41:52 +08:00
parent 94da3694a7
commit 03e3dec9cc

View File

@ -63,10 +63,10 @@ export default {
this.userid = sessionStorage.getItem('userId') this.userid = sessionStorage.getItem('userId')
reqIsReallyPeople({user_id: this.userid}).then(res => { reqIsReallyPeople({user_id: this.userid}).then(res => {
this.isShowReallyBtn = !res.status; this.isShowReallyBtn = !res.status;
// if (!res.status) { if (!res.status) {
this.isShowWindow = true this.isShowWindow = true
this.isAllShow = true this.isAllShow = true
// } }
}) })
let resultUrlLast = 'https://console.vcp.baidu.com/api/loginvcp/login/securitytoken?' let resultUrlLast = 'https://console.vcp.baidu.com/api/loginvcp/login/securitytoken?'