修复代码生成路径错误

2.X
isme 2020-12-14 14:38:31 +08:00 committed by 疯狂的狮子li
parent b2d0cfca9b
commit 14cb518991
1 changed files with 321 additions and 321 deletions

View File

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