修复重大故障: 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

@@ -1,7 +1,7 @@
import request from '~/utils/request';
import type {ApiResult, PageResult} from '@/api';
import type {User, UserParam} from './model';
import {COMMON_API_URL, SERVER_API_URL} from '@/config';
import {SERVER_API_URL} from '@/config';
/**
* 分页查询用户