瀏覽代碼

调整接口路径

natasha 1 月之前
父節點
當前提交
308e914789
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
 }
 
 /**