src/main/webapp/views/index.html
@@ -724,7 +724,9 @@ } } }); // setTimeout(function() { // // }, 1000); }, getValueSystem() { let that = this; @@ -744,11 +746,11 @@ }, upDateValueSystem(){ let that = this; this.verifyPassword(() => { let operatorTypeI = 0; if (that.valueSystem){ operatorTypeI = 1; } this.verifyPassword(() => { $.ajax({ url: baseUrl + "/console/system/switch", headers: {'token': localStorage.getItem('token')},