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

2.X
RuoYi 5 years ago committed by 疯狂的狮子li
parent 5483b535eb
commit ffd637ae37

@ -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");
}
},
/** 打开导入表弹窗 */

Loading…
Cancel
Save