feat: 修改数据

This commit is contained in:
zhangds 2024-04-28 17:25:32 +08:00
parent 482aa5381c
commit e7ca6a44b8
1 changed files with 2 additions and 4 deletions

View File

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