修改token冲突及 自动登录
This commit is contained in:
parent
b30372c4cd
commit
0708d2cab5
|
|
@ -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){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue