updata
This commit is contained in:
parent
94da3694a7
commit
03e3dec9cc
@ -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?'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user