mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 01:36:43 +08:00
二次跳转 接口入参修改
This commit is contained in:
committed by
li.yuetong
parent
82930668d1
commit
9a6124ed6e
@@ -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