From a2c265848d4d51670d82e10cc295666b90566439 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Thu, 13 Aug 2020 13:52:40 +0800
Subject: [PATCH] 优化上级菜单不能选择自己
---
ruoyi-ui/src/views/tool/gen/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/tool/gen/index.vue b/ruoyi-ui/src/views/tool/gen/index.vue
index fcbbfe5..3d5c3a1 100644
--- a/ruoyi-ui/src/views/tool/gen/index.vue
+++ b/ruoyi-ui/src/views/tool/gen/index.vue
@@ -256,7 +256,7 @@
this.msgSuccess("成功生成到自定义路径:" + row.genPath);
});
} else {
- downLoadZip("/tool/gen/batchGenCode?tables=" + tableNames, "ruoyi");
+ downLoadZip("/code/gen/batchGenCode?tables=" + tableNames, "ruoyi");
}
},
/** 打开导入表弹窗 */
--
Gitblit v1.9.3