Browse Source

修复代码生成下载路径错误

RuoYi 4 năm trước cách đây
mục cha
commit
19e5f11fd3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ruoyi-ui/src/views/tool/gen/index.vue

+ 1 - 1
ruoyi-ui/src/views/tool/gen/index.vue

@@ -256,7 +256,7 @@ export default {
           this.msgSuccess("成功生成到自定义路径:" + row.genPath);
         });
       } else {
-        downLoadZip("/tool/gen/batchGenCode?tables=" + tableNames, "ruoyi");
+          downLoadZip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
       }
     },
     /** 打开导入表弹窗 */