From b02df3a2fec47c2ef1af5deb3ca2268870043bd6 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Fri, 31 Aug 2018 18:14:44 +0800 Subject: [PATCH] =?UTF-8?q?1.voip=E6=96=B0=E5=A2=9E=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=85=8D=E7=BD=AEform?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/cfg/av/voip/voipAccountForm.jsp | 1 + src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp | 1 + src/main/webapp/WEB-INF/views/home.jsp | 8 ++++++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipAccountForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipAccountForm.jsp index 993f7e945..da2327ed4 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipAccountForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipAccountForm.jsp @@ -13,6 +13,7 @@ $(document) .ready( function() { + $(".glyphicon-plus").first().click(); $(".action").on("change", function() { $("#serviceId").val($(this).attr("serviceId")); $("#protocolId").val($(this).attr("protocolId")); diff --git a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp index dd947a2b0..b61bab8ca 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp @@ -13,6 +13,7 @@ $(document) .ready( function() { + $(".glyphicon-plus").first().click(); /* $("#cancel").on("click", function() { window.history.back(); });*/ diff --git a/src/main/webapp/WEB-INF/views/home.jsp b/src/main/webapp/WEB-INF/views/home.jsp index 91f3789d8..69ffad4a7 100644 --- a/src/main/webapp/WEB-INF/views/home.jsp +++ b/src/main/webapp/WEB-INF/views/home.jsp @@ -103,8 +103,12 @@ function page_turn(id, functionId,level, name, url,obj){ App.scrollTo() - - App.startPageLoading({animate:true}); + //日志增加遮罩层 +// if(url.search("/nis/log/")!=-1){ +// loading(); +// }else{ + App.startPageLoading({animate:true}); +// } //调入页面 if(url.indexOf("?")>0){ url = url+"&functionId="+functionId;