个人中心我的笔记bug修改

This commit is contained in:
zhaofang
2022-09-29 15:53:05 +08:00
parent 06c9623e53
commit 97d9ed507a
4 changed files with 151 additions and 61 deletions

View File

@@ -466,7 +466,6 @@ export default {
if (rs.status === 200) {
let type = toContentType(rs.result.fileType);
// ["doc", "xls", "ppt","docx", "xlsx", "pptx","png","txt", "pdf","jpg","gif","bmp","mp4","mp3"]
console.log(type, 'type');
if(rs.result.displayName.length > 100){
this.$message.error('文件名称请不要超过100个字符');
return;