mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-20 12:53:13 +08:00
【gitee/I3HTFI】自定义树控件的表单里的外键直接显示id不显示name
新增监控在线用户 阿里监控去掉广告
This commit is contained in:
@ -71,4 +71,17 @@ export function thirdLogin(token,thirdType) {
|
||||
'Content-Type': 'application/json;charset=UTF-8'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 强退其他账号
|
||||
* @param token
|
||||
* @returns {*}
|
||||
*/
|
||||
export function forceLogout(parameter) {
|
||||
return axios({
|
||||
url: '/sys/online/forceLogout',
|
||||
method: 'post',
|
||||
data: parameter
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user