From a1a501ef64b901311f4ff4be97ec813c767c128a Mon Sep 17 00:00:00 2001 From: Theo <971366405@qq.com> Date: Tue, 1 Jul 2025 16:34:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E5=A2=9E=E5=8A=A0=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加注释 --- src/api/system/config.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/config.api.ts b/src/api/system/config.api.ts index 42ba7672..27327885 100644 --- a/src/api/system/config.api.ts +++ b/src/api/system/config.api.ts @@ -49,7 +49,7 @@ const ConfigAPI = { method: "delete", }); }, - + /** 刷新系统配置缓存 */ refreshCache() { return request({ url: `${CONFIG_BASE_URL}/refresh`,