Browse Source

修改上传提示信息

修改上传提示信息

Signed-off-by: 高雄 <admin@cxcp.com>
pull/85/head
高雄 2 years ago committed by Gitee
parent
commit
8916bee786
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      server/src/main/resources/web/main/index.ftl

2
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;

Loading…
Cancel
Save