From c36f8bf13f6895b9a7bd49f47ba7e6142ca28d37 Mon Sep 17 00:00:00 2001 From: wangxin Date: Thu, 27 Sep 2018 10:57:01 +0800 Subject: [PATCH] =?UTF-8?q?(1)jsp=E9=A1=B5=E9=9D=A2console.log=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=20(2)ssl=E8=A1=A8=E5=8D=95=E5=9F=9F=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/sql/20180927/update_app_region_sort.sql | 3 ++- .../webapp/WEB-INF/views/cfg/av/voip/voipAccountList.jsp | 2 +- src/main/webapp/WEB-INF/views/cfg/website/httpForm.jsp | 4 ++-- src/main/webapp/WEB-INF/views/cfg/website/sslForm.jsp | 8 ++++---- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/main/resources/sql/20180927/update_app_region_sort.sql b/src/main/resources/sql/20180927/update_app_region_sort.sql index 03c0f8b87..8a326c5b3 100644 --- a/src/main/resources/sql/20180927/update_app_region_sort.sql +++ b/src/main/resources/sql/20180927/update_app_region_sort.sql @@ -1,2 +1,3 @@ UPDATE function_region_dict SET config_region_code=3,config_region_sort=3 WHERE function_id=63 AND dict_id=180; -UPDATE function_region_dict SET config_region_sort=2 WHERE function_id=63 AND dict_id=78; \ No newline at end of file +UPDATE function_region_dict SET config_region_sort=2 WHERE function_id=63 AND dict_id=78; +UPDATE function_region_dict SET config_region_code=5,config_region_sort=5 WHERE function_id=34 AND dict_id=174; diff --git a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipAccountList.jsp b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipAccountList.jsp index 65dbd85dd..7ea55c851 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipAccountList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipAccountList.jsp @@ -107,7 +107,7 @@ if(data.subscribe.length > 0){ html+="
"; $.each(data.subscribe,function(index,item){ - console.log(item.cfgKeywords); + //console.log(item.cfgKeywords); html+="
"; html+="
"; html+="
"; diff --git a/src/main/webapp/WEB-INF/views/cfg/website/httpForm.jsp b/src/main/webapp/WEB-INF/views/cfg/website/httpForm.jsp index 5f597fc5f..840e0528d 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/httpForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/httpForm.jsp @@ -72,8 +72,8 @@ var flag = true; //代表所有业务都隐藏了,提示必须增加一种业务数据 if(!$(".httpReqCfg").hasClass("hidden")){ - console.log($(".httpReqCfg").find(".boxSolid").length); - console.log($(".httpReqCfg").find(".boxSolid.hidden").length); + //console.log($(".httpReqCfg").find(".boxSolid").length); + //console.log($(".httpReqCfg").find(".boxSolid.hidden").length); if($(".httpReqCfg").find(".boxSolid").length==$(".httpReqCfg").find(".boxSolid.hidden").length){ top.$.jBox.tip("", ""); return; diff --git a/src/main/webapp/WEB-INF/views/cfg/website/sslForm.jsp b/src/main/webapp/WEB-INF/views/cfg/website/sslForm.jsp index 9d1bc7aaf..54ec45d69 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/sslForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/sslForm.jsp @@ -35,14 +35,14 @@ //loading('onloading...'); var flag = true; var subscribeId=0; - console.log("boxSolid:"+$(".boxSolid.hidden").length); - console.log("hidden subscribeId:"+$(".boxSolid,.hidden").hasClass("subscribeId")); + //console.log("boxSolid:"+$(".boxSolid.hidden").length); + //console.log("hidden subscribeId:"+$(".boxSolid,.hidden").hasClass("subscribeId")); //存在隐藏的subscribeId,不算进域配置 if($(".boxSolid.hidden").hasClass("subscribeId")){ subscribeId=1; } - console.log("boxSolid not sub:"+($(".boxSolid").length-1)); - console.log("hidden not sub:"+($(".boxSolid.hidden").length-subscribeId)); + //console.log("boxSolid not sub:"+($(".boxSolid").length-1)); + //console.log("hidden not sub:"+($(".boxSolid.hidden").length-subscribeId)); //代表所有业务都隐藏了,提示必须增加一种业务数据 if(($(".boxSolid").length-1) ==($(".boxSolid.hidden").length-subscribeId)){ top.$.jBox.tip("", "");