@yoooloo42/joker 1.0.12 → 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.esm.js CHANGED
@@ -15968,6 +15968,9 @@ var script$5 = {
15968
15968
  },
15969
15969
  methods: {
15970
15970
  hdlBeforeUpload (file) {
15971
+
15972
+ console.log('测试 222', this.myProps0.uploadUrl);
15973
+
15971
15974
  let isFileType = !this.myProps0.type || file.type === this.myProps0.type;
15972
15975
  let isFileSize = file.size / 1024 < this.myProps0.size;
15973
15976
 
@@ -15981,6 +15984,9 @@ var script$5 = {
15981
15984
  }
15982
15985
 
15983
15986
  this.$message('正在上传 ...');
15987
+
15988
+ console.log('测试 000', this.myProps0.uploadUrl);
15989
+
15984
15990
  return true
15985
15991
  },
15986
15992
  // eslint-disable-next-line