排查问题

This commit is contained in:
wangsongsole 2024-03-06 16:26:09 +08:00
parent 335f281130
commit d8e9929dd5
1 changed files with 1 additions and 0 deletions

View File

@ -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;