story#7189,跳转加token参数

This commit is contained in:
2025-09-10 16:42:14 +08:00
parent ab82fa04a6
commit 3a7c06ff2f

View File

@ -105,7 +105,9 @@
return this.currentStep > status return this.currentStep > status
}, },
showDetail(path) { showDetail(path) {
this.goPage(path) this.goPage(path,{
token:localStorage.getItem('token')
})
}, },
getVerifyStatus() { getVerifyStatus() {
if( this.type == 'simple' ) { if( this.type == 'simple' ) {