@yoooloo42/joker 1.0.12 → 1.0.14

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
@@ -15964,7 +15964,7 @@ var script$5 = {
15964
15964
  }},
15965
15965
  computed: {
15966
15966
  myProps0(){
15967
- return Object.assign(ly0default.myProps, this.myProps)
15967
+ return Object.assign({}, ly0default.myProps, this.myProps)
15968
15968
  },
15969
15969
  limit(){
15970
15970
  return this.myProps0.limit
@@ -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