This commit is contained in:
zhangds 2024-05-08 17:54:38 +08:00
parent 8b7e61e375
commit d6a7953b8e
1 changed files with 5 additions and 2 deletions

View File

@ -121,8 +121,11 @@
}); });
let self = this; let self = this;
//获取链接携带的参数 //获取链接携带的参数
let linkId = getQueryString('id'); // let linkId = getQueryString('id');
let keyCode = getQueryString('key'); // let keyCode = getQueryString('key');
let linkId = "2312";
let keyCode = "AAAEP36ZZfRAPPGB"
if (!linkId) {//地址栏无携带id if (!linkId) {//地址栏无携带id
let path = window.location.pathname; let path = window.location.pathname;