From 77e7f2f6ddbf00bf6fec78c471b5b374fccb01a1 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Sun, 28 Apr 2024 14:26:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=AC=E5=85=B1=E9=93=BE=E6=8E=A5bug?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/public/link.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/frontend/public/link.html b/core/frontend/public/link.html index 635a6d4f8d..a910ddbc06 100644 --- a/core/frontend/public/link.html +++ b/core/frontend/public/link.html @@ -21,6 +21,7 @@ } else { vars = query.split('&') } + console.log('document.cookie', document.cookie, query, variable); for (var i = 0; i < vars.length; i++) { const pair = vars[i].split('=') if (pair[0].trim() === variable) { @@ -29,6 +30,7 @@ } return (false) } + console.log('document.cookie', document.cookie); const link = getQueryVariable('link') const user = getQueryVariable('user') const terminal = getQueryVariable('terminal')