|
|
@ -153,8 +153,10 @@ const getRecord = async () => { |
|
|
|
|
|
|
|
//登录信息 |
|
|
|
data.result.IPInfo = `当前IP <a href="#/person/loginLog?ip=${data.result.last_login_ip}">${data.result.last_login_ip}</a> 历史使用IP数量 ${data.result.ip_num}` |
|
|
|
|
|
|
|
data.result.DeviceInfo = `当前设备 <a href="#/person/loginLog?device_id=${data.result.device_id}">${data.result.device_id}</a> 历史使用设备数量 ${data.result.device_num}` |
|
|
|
|
|
|
|
var isEmulator = data.result.is_emulator==1?"模拟器":"手机" |
|
|
|
data.result.DeviceInfo += ` ` + isEmulator |
|
|
|
//作弊信息 {"cheatType":1,"cheatValue":1000,"cheatRemark":"11111"} |
|
|
|
data.result.CheatArr = { cheatType: '', cheatValue: '', cheatRemark: '' } |
|
|
|
if (data.result.cheat != undefined && data.result.cheat != '') { |
|
|
|