From 633d7dd0cbbd745e1a61c47205c96bbe1fe496d5 Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期三, 31 七月 2024 11:08:33 +0800 Subject: [PATCH] 调试配置接口页面逻辑 --- src/api/kbList.ts | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/api/kbList.ts b/src/api/kbList.ts index ceaedb3..1f0448e 100644 --- a/src/api/kbList.ts +++ b/src/api/kbList.ts @@ -124,8 +124,10 @@ } - - +// 閰嶇疆鎺ュ彛 +export function kbUpdate(params) { + return axios.post('/api/v1/kb/update', params); +} -- Gitblit v1.8.0