Browse Source

去除上传组件断点

zhuliu 1 year ago
parent
commit
97e276eb41
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/utils/model/upload/index.vue

+ 0 - 1
src/utils/model/upload/index.vue

@@ -218,7 +218,6 @@ export default {
           this.open()
         }
       });
-      debugger
       //审核上传文件类型
       if (this.accept) {
         var arr = this.accept.split(/,|,/g);