webui: Fix upload page script syntax error

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-06-05 00:34:34 +08:00
parent 1b0116539f
commit ec2c5a6dac
+1 -1
View File
@@ -75,7 +75,7 @@
}
}).fail(function () {
layer.msg("请求失败,请稍后再试");
}
});
});
});
</script>