Browse Source

修改上传提示信息
修改上传提示信息

Signed-off-by: 高雄 <admin@cxcp.com>

高雄 2 years ago
parent
commit
8916bee786
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/src/main/resources/web/main/index.ftl

+ 1 - 1
server/src/main/resources/web/main/index.ftl

@@ -291,7 +291,7 @@
         // console.log(daxiao)
         var maxsize = daxiao * 1024 * 1024;
         var errMsg = "上传的文件不能超过${size}喔!!!";
-        var tipMsg = "您的浏览器暂不支持上传,确保上传文件不要超过2M,建议使用IE、FireFox、Chrome浏览器";
+        var tipMsg = "您的浏览器暂不支持上传,确保上传文件不要超过${size},建议使用IE、FireFox、Chrome浏览器";
         try {
             var filesize = 0;
             var ua = window.navigator.userAgent;