Browse Source

!6 修正【代码生成】功能无法下载的问题
Merge pull request !6 from 覃盛春/master

若依 5 năm trước cách đây
mục cha
commit
5fa7b3f579
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ruoyi-ui/src/views/tool/gen/index.vue

+ 1 - 1
ruoyi-ui/src/views/tool/gen/index.vue

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