mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 15:46:43 +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);
|
||||
// debugger
|
||||
if (this.$route.query.token && this.$route.query.agentCode) {
|
||||
if (this.$route.query.token) {
|
||||
// this.herfUrl = this.$route.query.redirectUrl
|
||||
this.$CacheUtils.setLocItem('token',this.$route.query.token);
|
||||
this.initThisPage()
|
||||
|
||||
Reference in New Issue
Block a user