story#7189,跳转加token参数
This commit is contained in:
@ -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' ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user