summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author段冬梅 <[email protected]>2018-12-11 22:33:03 +0800
committer段冬梅 <[email protected]>2018-12-11 22:33:03 +0800
commit75b52ab5d7563a418dde112b20e56c72da9fae5d (patch)
tree1f4f3fa78b81537d7c32b47f89dbf0fffd85b5fb
parent3bba99e0bda8dc44b465ff41b33897b0c34adc21 (diff)
视频去掉ogv类型
-rw-r--r--src/main/resources/nis.properties4
-rw-r--r--src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/nis.properties b/src/main/resources/nis.properties
index f491e2b..6f381e0 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
@@ -522,7 +522,7 @@ app_id_region=APP_ID
app_spec_service_code_max_val=310000
app_spec_service_code_min_val=300001
groupReuseSources=groupReuseSources
-log_time_range=3600000
+log_time_range=300000
log_time_start=2018-08-01 00:00:00
log_time_end=2018-10-01 00:00:00
area_tag=location
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 deef60c..ab31b49 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","<spring:message code='select_file'/>: "+fileType);
switchIpType($("select[name$='ipType']"));