mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-25 13:26:21 +00:00
* 修正【代码生成】无法下载的Bug,主要是URL并接少了斜杠导致URL路径不对;
This commit is contained in:
@@ -241,7 +241,7 @@ export default {
|
|||||||
this.msgError("请选择要生成的数据");
|
this.msgError("请选择要生成的数据");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
downLoadZip("code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
|
downLoadZip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
|
||||||
},
|
},
|
||||||
/** 打开导入表弹窗 */
|
/** 打开导入表弹窗 */
|
||||||
openImportTable() {
|
openImportTable() {
|
||||||
|
Reference in New Issue
Block a user