story#7189,跳转加token参数

This commit is contained in:
zxl
2025-09-15 09:13:24 +08:00
parent 39921aa2bb
commit ad5f16acc9
@@ -105,7 +105,9 @@
return this.currentStep > status
},
showDetail(path) {
this.goPage(path)
this.goPage(path,{
token:localStorage.getItem('token')
})
},
getVerifyStatus() {
if( this.type == 'simple' ) {