mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-16 10:38:27 +00:00
修复点击左上角返回首页,浏览器刷新导致之前的菜单重新弹出;超出字符提示增加换行
This commit is contained in:
@@ -326,9 +326,6 @@ $(function() {
|
|||||||
} else {
|
} else {
|
||||||
if($.common.equals("history", mode)) {
|
if($.common.equals("history", mode)) {
|
||||||
storage.set('publicPath', "");
|
storage.set('publicPath', "");
|
||||||
} else {
|
|
||||||
var nowUrl = window.location.href;
|
|
||||||
window.location.href = nowUrl.substring(0, nowUrl.indexOf("#"))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user