From 5585a4e807d5be51b945af1e55dbd8087639a51b Mon Sep 17 00:00:00 2001 From: qinsc Date: Thu, 11 Jun 2020 18:42:56 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E4=BF=AE=E6=AD=A3=E3=80=90=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=94=9F=E6=88=90=E3=80=91=E6=97=A0=E6=B3=95=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E7=9A=84Bug=EF=BC=8C=E4=B8=BB=E8=A6=81=E6=98=AFURL?= =?UTF-8?q?=E5=B9=B6=E6=8E=A5=E5=B0=91=E4=BA=86=E6=96=9C=E6=9D=A0=E5=AF=BC?= =?UTF-8?q?=E8=87=B4URL=E8=B7=AF=E5=BE=84=E4=B8=8D=E5=AF=B9=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/tool/gen/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/tool/gen/index.vue b/ruoyi-ui/src/views/tool/gen/index.vue index 3d71204..13b6652 100644 --- a/ruoyi-ui/src/views/tool/gen/index.vue +++ b/ruoyi-ui/src/views/tool/gen/index.vue @@ -241,7 +241,7 @@ export default { this.msgError("请选择要生成的数据"); return; } - downLoadZip("code/gen/batchGenCode?tables=" + tableNames, "ruoyi"); + downLoadZip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi"); }, /** 打开导入表弹窗 */ openImportTable() {