From 60cf6f79630cd401a621e60e538e1d4bfae55ec2 Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期五, 09 八月 2024 14:30:41 +0800 Subject: [PATCH] fix: 修改图片路径 --- 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