设置忽略异地登录

This commit is contained in:
2025-04-10 15:41:13 +08:00
parent d9d2a2169e
commit 1965abc9fd
2 changed files with 46 additions and 3 deletions
+8
View File
@@ -209,3 +209,11 @@ export function loginSelectUserRole(params) {
params,
})
}
// 忽略异地登录
export function setIsIgnoreUncommonly(data) {
return request({
url: `/User/setIsIgnoreUncommonly`,
method: 'post',
data,
})
}