guhongwei 4 年之前
父節點
當前提交
bc67e3c640
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/uploadraw.vue

+ 1 - 1
src/components/uploadraw.vue

@@ -100,7 +100,7 @@ export default {
       ) {
         return true;
       } else {
-        this.$message.error('只允许上传视频格式文件');
+        this.$message.error('非影音格式文件/不是可演示文件,不允许上传!');
         this.$set(this, `fileList`, []);
       }
       const sizeLimit = file.size / 1024 / 1024 < 1;