RuoYi
2020-08-13 19e5f11fd312835ec494630bc4890ad1430275fd
修复代码生成下载路径错误
1 files modified
2 ■■■ changed files
ruoyi-ui/src/views/tool/gen/index.vue 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/views/tool/gen/index.vue
@@ -256,7 +256,7 @@
          this.msgSuccess("成功生成到自定义路径:" + row.genPath);
        });
      } else {
        downLoadZip("/tool/gen/batchGenCode?tables=" + tableNames, "ruoyi");
          downLoadZip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
      }
    },
    /** 打开导入表弹窗 */