功能变化: 优化个人中心修改密码后强制退出登录状态

This commit is contained in:
猿小天
2024-06-22 22:53:59 +08:00
parent 37a0167193
commit 354d230c2a
5 changed files with 31 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ export const apiPrefix = '/api/system/user/';
export function GetDept(query: PageQuery) {
return request({
url: "/api/system/dept/dept_lazy_tree/",
url: "/api/system/dept/all_dept/",
method: 'get',
params: query,
});