소스 검색

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

iZaiZaiA 2 년 전
부모
커밋
4ba874321c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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';
 
 //监听