This commit is contained in:
XXAY
2021-09-25 15:03:07 +08:00
parent ad40d66c70
commit 77406e40a3
4 changed files with 137 additions and 3 deletions
+1 -1
View File
@@ -208,7 +208,6 @@
function run() {
if (f === 1) {
lodeing();
$.ajax({
url: url_ip + "/chart/{{ name }}_run",
cache: false,
@@ -219,6 +218,7 @@
},
success: function (res) {
console.log("run")
k = k + 1;
$("#img_box").empty()
var L = '<img src="' + res.img + '" alt="aa" style="height: 90%">';