feat: 去除所有接口中的 vo
This commit is contained in:
@@ -27,7 +27,7 @@ function directGenerate(existPrompt: string) {
|
||||
isEnd.value = true;
|
||||
}
|
||||
/** 提交生成 */
|
||||
function submit(data: AiMindmapApi.AiMindMapGenerateReqVO) {
|
||||
function submit(data: AiMindmapApi.AiMindMapGenerateReq) {
|
||||
isGenerating.value = true;
|
||||
isStart.value = true;
|
||||
isEnd.value = false;
|
||||
|
||||
Reference in New Issue
Block a user