Browse Source

表单内部的图片上传地址调整

iZaiZaiA 2 năm trước cách đây
mục cha
commit
4ba874321c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/plugins/table-form/hc-form-upload.vue

+ 1 - 1
src/components/plugins/table-form/hc-form-upload.vue

@@ -32,7 +32,7 @@ const isLoading = ref(false)
 const isSrc = ref(props.src)
 const isKeyName = ref(props.keyname)
 
-const action = '/api/blade-resource/oss/endpoint/put-file';
+const action = '/api/blade-manager/exceltab/add-buss-imginfo';
 const accept = 'image/png,image/jpg,image/jpeg';
 
 //监听