|
@@ -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';
|
|
|
|
|
|
//监听
|