二次跳转 接口入参修改

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-06-27 16:40:00 +08:00
committed by li.yuetong
parent 1bde710eb8
commit e20f41c86f

View File

@@ -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()