@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.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
@@ -16002,6 +16008,10 @@ var script$5 = {
16002
16008
  });
16003
16009
  },
16004
16010
  hdlSuccess (response, file, fileList) { // 上传
16011
+
16012
+ console.log('测试 000', this.myProps0.uploadUrl);
16013
+ console.log('测试 111', response);
16014
+
16005
16015
  if (response.code === 0) {
16006
16016
  // 重置文件列表
16007
16017
  this.fileList = fileList;