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

pull/147/MERGE
Ricky 2020-09-11 10:44:03 +08:00
parent 3039601c42
commit dab0a4f0d0
1 changed files with 0 additions and 3 deletions

View File

@ -326,9 +326,6 @@ $(function() {
} else {
if($.common.equals("history", mode)) {
storage.set('publicPath', "");
} else {
var nowUrl = window.location.href;
window.location.href = nowUrl.substring(0, nowUrl.indexOf("#"))
}
}
}