完善计划任务日志功能

This commit is contained in:
dushixiang
2021-03-04 23:39:33 +08:00
parent 1b8ecefcfe
commit 2d06cd373f
14 changed files with 403 additions and 144 deletions

View File

@ -377,10 +377,10 @@ class Access extends Component {
let width = window.innerWidth;
let height = window.innerHeight;
let dpi = 96;
if (protocol === 'ssh' || protocol === 'telnet') {
dpi = dpi * 2;
}
let dpi = Math.floor(window.devicePixelRatio * 96);
// if (protocol === 'ssh' || protocol === 'telnet') {
// dpi = dpi * 2;
// }
let token = getToken();