src/main/resources/static/service.html
@@ -88,11 +88,16 @@ }); function startDownLoad() { ksapp.post("api/generator/service", { ksapp.post("api/generator/createService", { name: $("input[type=text]").eq(0).val(), pks: $("input[type=text]").eq(1).val(), subpks: $("input[type=text]").eq(2).val() }, function (res) { if (res.code == 0) { window.location.href = "api/generator/downloadServiceZIP?name=" + encodeURIComponent(res.data) } else { layer.msg(res.msg); } }, function (res) {