From f2238a2a1a3e2ed613419af06f6956ac5b2c601c Mon Sep 17 00:00:00 2001 From: zhangtao <9480807882@qq.com> Date: Wed, 4 Mar 2026 00:36:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=99=BD=E5=90=8D=E5=8D=95):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=87=AA=E5=8A=A8=E7=99=BB=E5=BD=95=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=88=B0=E7=B3=BB=E7=BB=9F=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/scripts/data/sys_param.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/scripts/data/sys_param.json b/backend/app/scripts/data/sys_param.json index c5df37b7..5ea56392 100644 --- a/backend/app/scripts/data/sys_param.json +++ b/backend/app/scripts/data/sys_param.json @@ -114,7 +114,7 @@ { "config_name": "接口白名单", "config_key": "white_api_list_path", - "config_value": "[\"/api/v1/system/auth/login\", \"/api/v1/system/auth/token/refresh\", \"/api/v1/system/auth/captcha/get\", \"/api/v1/system/auth/logout\", \"/api/v1/system/config/info\", \"/api/v1/system/user/current/info\", \"/api/v1/system/notice/available\"]", + "config_value": "[\"/api/v1/system/auth/login\", \"/api/v1/system/auth/token/refresh\", \"/api/v1/system/auth/captcha/get\", \"/api/v1/system/auth/logout\", \"/api/v1/system/config/info\", \"/api/v1/system/user/current/info\", \"/api/v1/system/notice/available\", \"/api/v1/system/auth/auto-login/users\", \"/api/v1/system/auth/auto-login/token\", \"/api/v1/system/auth/auto-login\"]", "config_type": true, "status": "0", "description": "初始化数据"