feat: 上传前判断大小、新文件插入第一位

This commit is contained in:
lan
2024-06-15 17:27:28 +08:00
parent fd7fb2c9c6
commit f60ecef6a1
15 changed files with 193 additions and 18 deletions
+5
View File
@@ -32,6 +32,7 @@ export default {
copySuccess: '复制成功',
inputNotEmpty: '请输入五位取件码',
sendFileBox: '寄件箱',
ok:'确定',
receiveFileBox: '收件箱',
textDetail: '文本详情',
copy: '复 制',
@@ -50,6 +51,7 @@ export default {
name: '网站名称',
description: '网站描述',
uploadlimit: '上传限制',
explain:'界面说明',
errorlimit: '错误限制',
keywords: '关键词',
background: '背景图片',
@@ -109,5 +111,8 @@ export default {
loginSuccess: '登录成功',
loginError: '登录失败',
}
},
msg:{
fileOverSize: '文件过大',
}
};