例如用户退出后,下次登陆系统,能默认打开之前工作路径。

可以在​​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))