diff --git a/src/main/resources/static/ruoyi/tool/gen/gen.js b/src/main/resources/static/ruoyi/tool/gen/gen.js index 9824b833..81e7be02 100644 --- a/src/main/resources/static/ruoyi/tool/gen/gen.js +++ b/src/main/resources/static/ruoyi/tool/gen/gen.js @@ -49,5 +49,6 @@ function batchGenCode() { } $.modalConfirm("确认要生成选中的" + rows.length + "条数据吗?", function() { location.href = prefix + "/batchGenCode?tables=" + JSON.stringify(rows); + layer.msg('执行成功,正在生成代码请稍后…', {icon: 1}); }); } diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 0188f3d8..81038cfe 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,6 +1,5 @@ -