修复重大故障: JwtAuthenticationFilter文件,远程读取用户接口导致的服务器请求数量跑满

This commit is contained in:
2025-02-22 10:18:49 +08:00
parent def17d1de9
commit 98758e89e2
11 changed files with 23 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ export const domain = 'https://websoft.top';
export const SERVER_API_URL = import.meta.env.VITE_SERVER_URL || 'https://server.gxwebsoft.com/api';
// 模块节点
export const MODULES_API_URL = import.meta.env.VITE_API_URL || 'https://cms-api.websoft.top/api';
export const COMMON_API_URL = import.meta.env.VITE_THINK_URL || 'https://server.gxwebosoft.com/api';
export const COMMON_API_URL = import.meta.env.VITE_THINK_URL || 'https://server.gxwebsoft.com/api';
// 文件服务器地址
export const FILE_SERVER = 'https://file.wsdns.cn';