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