natasha hace 1 día
padre
commit
f11cfa1ada
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/article.js

+ 1 - 1
src/api/article.js

@@ -27,5 +27,5 @@ export function analysSubmit(data) {
 
 // 音频转为base64流
 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);
 }