Explorar el Código

调整接口路径

natasha hace 1 mes
padre
commit
308e914789
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/book.js

+ 1 - 1
src/api/book.js

@@ -4,7 +4,7 @@ import { http } from '@/utils/http';
  * 为文本生成拼音解析文本
  */
 export function CrateParsedTextInfo_Pinyin(data) {
-  return http.post(`/OtherSysTool/TextAnalyser/CrateParsedTextInfo_Pinyin`, data);
+  return http.post(`/OtherSysTool/GCLSTeachingServer/TextAnalyser/CrateParsedTextInfo_Pinyin`, data);
 }
 
 /**