DokiYoloo
2020-12-14 e4b8898d0def65d9a26f31c90d0a94fcb7a8073f
!30 修正代码生成下载zip路径
Merge pull request !30 from 我啊/master
1 files modified
2 ■■■ changed files
ruoyi-ui/src/views/tool/gen/index.vue 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/views/tool/gen/index.vue
@@ -257,7 +257,7 @@
          this.msgSuccess("成功生成到自定义路径:" + row.genPath);
        });
      } else {
        downLoadZip("/tool/gen/batchGenCode?tables=" + tableNames, "ruoyi");
        downLoadZip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
      }
    },
    /** 同步数据库操作 */