feat:前端判断是否开启游客上传

This commit is contained in:
lan
2024-06-15 20:28:12 +08:00
parent 7323e8562f
commit efc99efc13
4 changed files with 17 additions and 0 deletions
+1
View File
@@ -118,5 +118,6 @@ export default {
fileOverSize: '文件过大',
fileUploadFail: '上传失败',
fileUploadSuccess: '上传成功',
uploadClose: '本站已关闭游客上传',
}
};