Browse Source

调整接口路径

natasha 1 tháng trước cách đây
mục cha
commit
308e914789
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
 }
 
 /**