From 60e97a582feba0526c64d823fcf74e1cb97fd4c1 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 07 一月 2022 19:01:39 +0800
Subject: [PATCH] '完善'

---
 src/main/resources/static/service.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/static/service.html b/src/main/resources/static/service.html
index 12c8a2e..81b5046 100644
--- a/src/main/resources/static/service.html
+++ b/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);
             }

--
Gitblit v1.8.0