排查问题
This commit is contained in:
parent
335f281130
commit
d8e9929dd5
|
@ -122,6 +122,7 @@
|
||||||
let linkId = this.getQueryString('id');
|
let linkId = this.getQueryString('id');
|
||||||
let keyCode = this.getQueryString('key');
|
let keyCode = this.getQueryString('key');
|
||||||
let openid = this.getQueryString('openid');
|
let openid = this.getQueryString('openid');
|
||||||
|
debugger;
|
||||||
openid && localStorage.setItem('openid', openid);
|
openid && localStorage.setItem('openid', openid);
|
||||||
if (!linkId) {//地址栏无携带id
|
if (!linkId) {//地址栏无携带id
|
||||||
let path = window.location.pathname;
|
let path = window.location.pathname;
|
||||||
|
|
Loading…
Reference in New Issue