修复点击左上角返回首页,浏览器刷新导致之前的菜单重新弹出;超出字符提示增加换行

This commit is contained in:
Ricky
2020-09-11 10:42:54 +08:00
parent 5c40ca6eb8
commit 3039601c42
3 changed files with 12 additions and 0 deletions

View File

@ -383,6 +383,9 @@ $(function() {
var url = hash.substring(1, hash.length);
applyPath(url);
} else {
if($.common.equals("history", mode)) {
storage.set('publicPath', "");
}
$(".navbar-toolbar li a").eq(0).click();
}
}