mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 18:06:44 +08:00
二次跳转 接口入参修改
This commit is contained in:
committed by
li.yuetong
parent
1bde710eb8
commit
e20f41c86f
@@ -34,7 +34,7 @@ export default {
|
|||||||
})
|
})
|
||||||
console.log(this.$route.query);
|
console.log(this.$route.query);
|
||||||
// debugger
|
// debugger
|
||||||
if (this.$route.query.token && this.$route.query.agentCode) {
|
if (this.$route.query.token) {
|
||||||
// this.herfUrl = this.$route.query.redirectUrl
|
// this.herfUrl = this.$route.query.redirectUrl
|
||||||
this.$CacheUtils.setLocItem('token',this.$route.query.token);
|
this.$CacheUtils.setLocItem('token',this.$route.query.token);
|
||||||
this.initThisPage()
|
this.initThisPage()
|
||||||
|
|||||||
Reference in New Issue
Block a user