@yoooloo42/joker 1.0.127 → 1.0.129

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
@@ -22171,9 +22171,6 @@ var ly0default$2 = {
22171
22171
  // 后台提交 - URL地址
22172
22172
  storpro: '' // 后台提交 - 存储过程
22173
22173
  },
22174
- uploadUrl: ly0request$1.domain + ly0request$1.upload,
22175
- uploadUrl_image: ly0request$1.domain + ly0request$1.upload_image,
22176
- uploadUrl_carplate: ly0request$1.domain + ly0request$1.upload_carplate,
22177
22174
  para: {
22178
22175
  inputWidth: '200px',
22179
22176
  placeholder: {
@@ -22194,6 +22191,11 @@ var ly0default$2 = {
22194
22191
  width: '300px',
22195
22192
  height: '200px'
22196
22193
  },
22194
+ upload: {
22195
+ uploadUrl: ly0request$1.domain + ly0request$1.upload,
22196
+ uploadUrl_image: ly0request$1.domain + ly0request$1.upload_image,
22197
+ uploadUrl_carplate: ly0request$1.domain + ly0request$1.upload_carplate
22198
+ },
22197
22199
  richtext: {
22198
22200
  editorWidth: '500px',
22199
22201
  // 富文本编辑器宽度
@@ -22748,7 +22750,7 @@ const images = vue.reactive({
22748
22750
  });
22749
22751
 
22750
22752
  const richtextProps = vue.ref({
22751
- uploadUrl: formProps_box.para.uploadUrl
22753
+ uploadUrl: formProps_box.para.uploadUrl_image
22752
22754
  });
22753
22755
 
22754
22756
  const video = vue.reactive({
@@ -41177,8 +41179,6 @@ const hdl = {
41177
41179
  return false
41178
41180
  }
41179
41181
 
41180
- // 因为是单文件上传,所以上传前要清空文件列表
41181
- fileList_box.value.splice(0, fileList_box.value.length);
41182
41182
  elementPlus.ElMessage('正在上传 ...');
41183
41183
  return true
41184
41184
  },
@@ -41370,8 +41370,6 @@ const hdl = {
41370
41370
  return false
41371
41371
  }
41372
41372
 
41373
- // 因为是单文件上传,所以上传前要清空文件列表
41374
- fileList_box.value.splice(0, fileList_box.value.length);
41375
41373
  elementPlus.ElMessage('正在上传 ...');
41376
41374
  return true
41377
41375
  },