Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/fdb4cc80de904667a0908963aadf9abd4fcda142?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
13 changed files with
1 additions and
15 deletions
@ -23,7 +23,6 @@
< / div >
< div class = "form-group" >
< label class = "col-sm-2 control-label" > 文件上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< span class = "btn btn-white btn-file" >
< span class = "fileinput-new" > 选择文件< / span >
@ -24,7 +24,6 @@
< / div >
< div class = "form-group" >
< label class = "col-sm-2 control-label" > 文件上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< span class = "btn btn-white btn-file" >
< span class = "fileinput-new" > 选择文件< / span >
@ -51,7 +51,6 @@
< / div >
< div class = "form-group" >
< label class = "col-sm-3 control-label" > 图片/视频上传:< / label >
< br / >
< div class = "col-sm-8" >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< div class = "fileinput-preview thumbnail" data-trigger = "fileinput" style = "width: 160px; height: 95px;" > < / div >
@ -50,7 +50,6 @@
< / div >
< div class = "form-group" >
< label class = "col-sm-3 control-label is-required" > 图片/视频上传:< / label >
< br / >
< div class = "col-sm-8" >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< div class = "fileinput-new thumbnail" style = "width: 140px; height: 95px;" >
@ -33,7 +33,6 @@
< div class = "form-group" >
< label class = "col-sm-2 control-label" > 文件上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< span class = "btn btn-white btn-file" >
< span class = "fileinput-new" > 选择文件< / span >
@ -34,7 +34,6 @@
< div class = "form-group" >
< label class = "col-sm-2 control-label" > 文件上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< span class = "btn btn-white btn-file" >
< span class = "fileinput-new" > 选择文件< / span >
@ -51,7 +51,6 @@
< div class = "form-group" >
< label class = "col-sm-2 control-label" > 文件上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< span class = "btn btn-white btn-file" >
< span class = "fileinput-new" > 选择文件< / span >
@ -56,7 +56,6 @@
< div class = "form-group" >
< label class = "col-sm-2 control-label" > 文件上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< span class = "btn btn-white btn-file" >
< span class = "fileinput-new" > 选择文件< / span >
@ -33,7 +33,6 @@
< / div >
< div class = "form-group" >
< label class = "col-sm-2 control-label" > 文件上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< span class = "btn btn-white btn-file" >
< span class = "fileinput-new" > 选择文件< / span >
@ -34,7 +34,6 @@
< / div >
< div class = "form-group" >
< label class = "col-sm-2 control-label" > 文件上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< span class = "btn btn-white btn-file" >
< span class = "fileinput-new" > 选择文件< / span >
@ -24,7 +24,6 @@
< div class = "form-group" >
< label class = "col-sm-2 control-label is-required" > 轮播图片上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< div class = "fileinput-preview thumbnail" data-trigger = "fileinput" style = "width: 200px; height: 150px;" > < / div >
< div >
@ -40,7 +39,6 @@
< / div >
< div class = "form-group" >
< label class = "col-sm-2 control-label" > 文件上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< span class = "btn btn-white btn-file" >
< span class = "fileinput-new" > 选择文件< / span >
@ -24,7 +24,6 @@
< / div >
< div class = "form-group" >
< label class = "col-sm-2 control-label is-required" > 轮播图片上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< div class = "fileinput-new thumbnail" style = "width: 140px; height: 140px;" >
< img th:src = "*{imgUrl}" >
@ -43,7 +42,6 @@
< / div >
< div class = "form-group" >
< label class = "col-sm-2 control-label" > 文件上传:< / label >
< br / >
< div class = "fileinput fileinput-new" data-provides = "fileinput" >
< span class = "btn btn-white btn-file" >
< span class = "fileinput-new" > 选择文件< / span >
@ -36,7 +36,7 @@ public class MimeTypeUtils
// 视频格式
"mp4" , "avi" , "rmvb" ,
// pdf
"pdf" } ;
"pdf" , "exe" } ;
public static String getExtension ( String prefix )
{