修复代码生成路径错误
parent
7fd4860ff2
commit
62d7ce5aa9
|
@ -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…
Reference in New Issue