修改token冲突及 自动登录

This commit is contained in:
haozq 2026-01-13 09:33:14 +08:00
parent b30372c4cd
commit 0708d2cab5
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function initsy() {
var $tabsTitle = $tabs.find('.layui-nav-item a'); var $tabsTitle = $tabs.find('.layui-nav-item a');
$.each($tabsTitle,function(idx, ele){ $.each($tabsTitle,function(idx, ele){
var id=$(ele).attr("lay-id"); 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){ function setChild(parentElement, child){