guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
bc67e3c640
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;