摘要: let Img = new Image() Img.src = this.full_img_src if (Img.fileSize > 0 || (Img.width > 0 && Img.height > 0)) { } else { return this.$message.error('找不 阅读全文
posted @ 2021-08-27 14:48 yw3692582 阅读(858) 评论(0) 推荐(0) 编辑
摘要: function(file_type){ let url = '文件的url地址' let file_suffix = { // 后缀 img: '.jpg', video: '.mp4', } let file_name = 'file' + file_suffix[file_type] // 文 阅读全文
posted @ 2021-08-27 13:03 yw3692582 阅读(996) 评论(0) 推荐(0) 编辑