mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
个人中心我的笔记bug修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user