From 0708d2cab561a4bb735f3b2759b82e2d3d1b9a42 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Tue, 13 Jan 2026 09:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9token=E5=86=B2=E7=AA=81?= =?UTF-8?q?=E5=8F=8A=20=E8=87=AA=E5=8A=A8=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/js/main.js b/src/main/resources/static/js/main.js index 3859ef3..1f99c0e 100644 --- a/src/main/resources/static/js/main.js +++ b/src/main/resources/static/js/main.js @@ -70,7 +70,7 @@ function initsy() { var $tabsTitle = $tabs.find('.layui-nav-item a'); $.each($tabsTitle,function(idx, ele){ var id=$(ele).attr("lay-id"); - $("#sy").attr("src","pages/home/home.html?token="+localStorage.getItem("gds-token")); + $("#sy").attr("src","pages/synthesisQuery/digitalSignage.html?token="+localStorage.getItem("gds-token")); }) } function setChild(parentElement, child){