Browse Source

!30 修正代码生成下载zip路径

Merge pull request !30 from 我啊/master
tags/v2.4.0
DokiYoloo 5 years ago committed by Gitee
parent
commit
e4b8898d0d
  1. 2
      ruoyi-ui/src/views/tool/gen/index.vue

2
ruoyi-ui/src/views/tool/gen/index.vue

@ -257,7 +257,7 @@ export default { @@ -257,7 +257,7 @@ export default {
this.msgSuccess("成功生成到自定义路径:" + row.genPath);
});
} else {
downLoadZip("/tool/gen/batchGenCode?tables=" + tableNames, "ruoyi");
downLoadZip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
}
},
/** 同步数据库操作 */

Loading…
Cancel
Save