瀏覽代碼

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

Ricky 4 年之前
父節點
當前提交
dab0a4f0d0
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      ruoyi-admin/src/main/resources/templates/index.html

+ 0 - 3
ruoyi-admin/src/main/resources/templates/index.html

@@ -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("#"))
 	    	}
 	    }
 	}