配置界面点击日志总量查询日志 菜单相应切换.

This commit is contained in:
zhangwq
2018-11-29 11:26:53 +08:00
parent 0ef3d34fe4
commit 7eececadca
3 changed files with 69 additions and 2 deletions

View File

@@ -87,5 +87,6 @@ function getPixelsCount(str, strFontSize){
function back(){
// 获取配置界面URl并跳转
var url = sessionStorage.getItem('cfgUrl');
switchMenu("86");
window.location.href = url;
}