@yoooloo42/joker 1.0.11 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -15972,6 +15972,9 @@ var script$5 = {
15972
15972
  },
15973
15973
  methods: {
15974
15974
  hdlBeforeUpload (file) {
15975
+
15976
+ console.log('测试 222', this.myProps0.uploadUrl);
15977
+
15975
15978
  let isFileType = !this.myProps0.type || file.type === this.myProps0.type;
15976
15979
  let isFileSize = file.size / 1024 < this.myProps0.size;
15977
15980
 
@@ -15985,6 +15988,9 @@ var script$5 = {
15985
15988
  }
15986
15989
 
15987
15990
  this.$message('正在上传 ...');
15991
+
15992
+ console.log('测试 000', this.myProps0.uploadUrl);
15993
+
15988
15994
  return true
15989
15995
  },
15990
15996
  // eslint-disable-next-line
@@ -16006,6 +16012,10 @@ var script$5 = {
16006
16012
  });
16007
16013
  },
16008
16014
  hdlSuccess (response, file, fileList) { // 上传
16015
+
16016
+ console.log('测试 000', this.myProps0.uploadUrl);
16017
+ console.log('测试 111', response);
16018
+
16009
16019
  if (response.code === 0) {
16010
16020
  // 重置文件列表
16011
16021
  this.fileList = fileList;