!6 修正【代码生成】功能无法下载的问题

Merge pull request !6 from 覃盛春/master
master
若依 2020-06-13 12:03:15 +08:00 committed by Gitee
commit 5fa7b3f579
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() {