例如用户退出后,下次登陆系统,能默认打开之前工作路径。
可以在index.html
,index-topnav.html
,去掉window.performance.navigation.type == 1
将
if($.common.equals("history", mode) && window.performance.navigation.type == 1)
改为
if($.common.equals("history", mode))
若依进入首页如何默认记忆控制台
阅读 78
2022-05-31
例如用户退出后,下次登陆系统,能默认打开之前工作路径。
可以在index.html
,index-topnav.html
,去掉window.performance.navigation.type == 1
将
if($.common.equals("history", mode) && window.performance.navigation.type == 1)
改为
if($.common.equals("history", mode))
相关推荐
精彩评论(0)