From c66feefe3e189ccf79e4475b16df12ee4bf7bc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E5=86=AC=E6=A2=85?= Date: Tue, 11 Dec 2018 20:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=A7=86=E9=A2=91ogv?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/nis.properties | 2 +- src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/nis.properties b/src/main/resources/nis.properties index 3c9ba3abe..e8d6a9a97 100644 --- a/src/main/resources/nis.properties +++ b/src/main/resources/nis.properties @@ -387,7 +387,7 @@ cert_upload_url_keyword=/intercept/strateagy #sample File Size 12M 12582912 sample_total_file_max_size=12582912 #audio File Types -audio_file_type=,mp4,flv,asf,wmv,avi,mpeg,mov,dat,m4v,m4p,m4b,webm,ogv,wav,mp3, +audio_file_type=,mp4,flv,asf,wmv,avi,mpeg,mov,dat,m4v,m4p,m4b,webm,wav,mp3, #audio File Size 10M 10485760\uFF08single\uFF09 audio_single_file_max_size=0 #speaker File Types \u8BF4\u8BDD\u4EBA\u8BC6\u522B\u6587\u4EF6\u7C7B\u578B diff --git a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp index 2b2711650..66511ee73 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp @@ -18,7 +18,7 @@ $(function(){ fileType=["bmp","jpg","jpeg","tiff","raw","gif","png"]; } if(sfd==31){ - fileType=["mp4","flv","asf","wmv","avi","mpeg","mov","dat","m4v","m4p","m4b","webm","ogv","wav","mp3"]; + fileType=["mp4","flv","asf","wmv","avi","mpeg","mov","dat","m4v","m4p","m4b","webm","wav","mp3"]; } $("#fileNoteInfo").attr("title",": "+fileType); switchIpType($("select[name$='ipType']"));