浏览代码

上传文件/图片组件 添加图片尺寸判断

DESKTOP-O04BTUJ\muzen 3 年之前
父节点
当前提交
38ccb11025
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/components/Upload/index.vue

+ 0 - 1
src/components/Upload/index.vue

@@ -94,7 +94,6 @@ export default {
   mounted() {
   mounted() {
     this.newUrl = this.url ? this.url : ''
     this.newUrl = this.url ? this.url : ''
     this.hidden = this.url ? false : true
     this.hidden = this.url ? false : true
-    console.log(this.height);
   },
   },
   methods: {
   methods: {
     // 上传之前
     // 上传之前