updated private cloud server and console

This commit is contained in:
strawmanbobi
2025-10-20 19:24:01 +08:00
parent f00d088078
commit a5ef6ac6ed
35 changed files with 236 additions and 231 deletions

View File

@@ -117,6 +117,7 @@ function doSignIn(userName, password) {
contentType: "application/json; charset=utf-8",
timeout: 20000,
success: function(response) {
console.log(JSON.stringify(response))
if(response.status.code === 0) {
token = response.entity.token;
adminID = response.entity.id;