TheDesk Mio (ver.1 beta2)

This commit is contained in:
cutls
2018-05-10 00:33:08 +09:00
parent e4414f6051
commit c20b14b708
9 changed files with 326 additions and 42 deletions

View File

@@ -151,6 +151,7 @@ function login(url) {
}else{
var red = 'thedesk://manager';
}
console.log(red);
localStorage.setItem("redirect", red);
var start = "https://" + url + "/api/v1/apps";
var httpreq = new XMLHttpRequest();