RuoYi
2020-06-18 3b88fe2b6f9cb84b0fbe4e1d76cbd5bad7f3e676
ruoyi-ui/src/views/tool/gen/index.vue
@@ -241,7 +241,7 @@
        this.msgError("请选择要生成的数据");
        return;
      }
      downLoadZip("code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
      downLoadZip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
    },
    /** 打开导入表弹窗 */
    openImportTable() {