【gitee/I3HTFI】自定义树控件的表单里的外键直接显示id不显示name

新增监控在线用户
阿里监控去掉广告
This commit is contained in:
zhangdaiscott
2021-06-17 10:39:59 +08:00
parent 50333488a5
commit 43329545d8
16 changed files with 478 additions and 38 deletions

View File

@ -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
})
}