登录日志

master
wuzuowei 2 months ago
parent c6192a37f4
commit e5aa8e23ba

@ -74,7 +74,22 @@ const TechLoginView = () => {
}
}
history.push(`/animate?url=${encodeURIComponent(jumpTo)}`)
// history.push(`/animate?url=${encodeURIComponent(jumpTo)}`)
let obj = {
OperateUser: loginId || "未登录",
Operate: `${loginId}登陆了工艺数据管理子系统`
}
const options = {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(obj),
};
fetch('/Personnel/Personnelapi/LogRecording', options)
}
const isUrl = (addr: any) => {

Loading…
Cancel
Save