diff --git a/src/api/path/project.api.ts b/src/api/path/project.api.ts index aba7fee..51d4852 100644 --- a/src/api/path/project.api.ts +++ b/src/api/path/project.api.ts @@ -32,6 +32,15 @@ export const addIssue = async(data: object)=>{ } } +export const getIssue = async(data: object)=>{ + try{ + const res = await http(RequestHttpEnum.GET)(`${ModuleTypeEnum.ISSUE}`, data) + return res + }catch{ + httpErrorHandle() + } +} + // 新增聊天室历史记录 diff --git a/src/views/AI/chat/index.vue b/src/views/AI/chat/index.vue index b0e234b..0aa014f 100644 --- a/src/views/AI/chat/index.vue +++ b/src/views/AI/chat/index.vue @@ -80,7 +80,7 @@ >