This commit is contained in:
zogodo
2020-05-05 21:05:23 +08:00
parent 41466cba37
commit 989e92a0c6
4 changed files with 3 additions and 784 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
<!doctype html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -776,7 +776,7 @@ var chart_wth = 0;
var p = document.getElementById("p");
var w = document.getElementById("w");
function GetPowerRecord() {
HttpPost("/power", function (re) {
HttpGet("/power", function (re) {
re = re.replace(/'/g, '"');
var power = JSON.parse(re);
power_idx = power.idx + 1;