|
@@ -27,5 +27,5 @@ export function analysSubmit(data) {
|
|
|
|
|
|
// 音频转为base64流
|
|
// 音频转为base64流
|
|
export function fileToBase64Text(data) {
|
|
export function fileToBase64Text(data) {
|
|
- return http.post(`${process.env.VUE_APP_EepServer}?MethodName=file_store_manager-GetFileByteBase64Text`, data);
|
|
|
|
|
|
+ return http.post(`/FileServer/SI?MethodName=file_store_manager-GetFileByteBase64Text`, data);
|
|
}
|
|
}
|