From e4dbf13e917784f0e690709e2dd405e7475a86a1 Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期五, 16 八月 2024 12:08:07 +0800 Subject: [PATCH] 新版UI对话页面开发 --- src/api/kbList.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/api/kbList.ts b/src/api/kbList.ts index 54aac25..7c0589b 100644 --- a/src/api/kbList.ts +++ b/src/api/kbList.ts @@ -210,7 +210,9 @@ } - +export function achunkGet(params) { + return axios.get('/api/v1/chunk/get', {params}); +} -- Gitblit v1.8.0