into develop

Conflicts:
	src/main/webapp/WEB-INF/views/log/ntc/connRecordLogList.jsp
去掉所有日志界面关于ip的悬浮查看(已有公共方法处理)
This commit is contained in:
duandongmei
2019-01-07 18:29:08 +06:00
46 changed files with 162 additions and 145 deletions

View File

@@ -120,7 +120,7 @@ function aJaxImportPost(url, params) {
// 设置form属性
temp_form .action = url;
temp_form .target = "_self";
temp_form .method = "post";
temp_form .method = "post"; R
temp_form .style.display = "none";
// 处理需要传递的参数
for (var x in params) {