* 修正【代码生成】无法下载的Bug,主要是URL并接少了斜杠导致URL路径不对;

zmy
qinsc 2020-06-11 18:42:56 +08:00
parent 58be317c54
commit 5585a4e807
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ export default {
this.msgError("请选择要生成的数据");
return;
}
downLoadZip("code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
downLoadZip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
},
/** 打开导入表弹窗 */
openImportTable() {