From d6a7953b8e168fb1299edebdd2486781fd30499d Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 8 May 2024 17:54:38 +0800 Subject: [PATCH] 1 --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7b80124..d730539 100644 --- a/index.html +++ b/index.html @@ -121,8 +121,11 @@ }); let self = this; //获取链接携带的参数 - let linkId = getQueryString('id'); - let keyCode = getQueryString('key'); + // let linkId = getQueryString('id'); + // let keyCode = getQueryString('key'); + + let linkId = "2312"; + let keyCode = "AAAEP36ZZfRAPPGB" if (!linkId) {//地址栏无携带id let path = window.location.pathname;