diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/form.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/form.jsp index c03e921c8..8d089e6b1 100644 --- a/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/form.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/form.jsp @@ -39,7 +39,7 @@ }); function cfgFileValidate(){ var flag=false; //状态,检测文件后缀用 - var arr=["html"];//使用是什么格式的后缀 + var arr=["html"];//使用是什么格式的后缀 var cFile=$("#cfgFile").val();//文件的值 //取出上传文件的扩展名 var index=cFile.lastIndexOf("."); @@ -47,7 +47,7 @@ //循环比较 for(var i=0;i