From 2cf283b8c679796c53adea58f9d60f4be4feeae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Tue, 1 Mar 2022 10:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=204.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE.zh-CN.md | 13 + .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md | 7 + README.md | 4 +- pom.xml | 12 +- ruoyi-extend/pom.xml | 2 +- ruoyi-extend/ruoyi-monitor-admin/pom.xml | 2 +- ruoyi-extend/ruoyi-xxl-job-admin/pom.xml | 2 +- ruoyi-ui/package.json | 2 +- ruoyi-ui/src/components/FileUpload/index.vue | 31 +- ruoyi-ui/src/components/ImageUpload/index.vue | 42 +- ruoyi-ui/src/components/Pagination/index.vue | 7 +- ruoyi-ui/src/permission.js | 3 + ruoyi-ui/src/utils/request.js | 15 +- ruoyi-ui/src/utils/ruoyi.js | 13 +- ruoyi-ui/src/views/index.vue | 25 +- ruoyi-ui/src/views/register.vue | 3 +- ruoyi-ui/src/views/system/dept/index.vue | 2 +- ruoyi-ui/src/views/system/menu/index.vue | 4 +- ruoyi-ui/src/views/system/notice/index.vue | 2 +- ruoyi-ui/src/views/system/user/index.vue | 8 +- .../views/system/user/profile/userInfo.vue | 2 +- ruoyi/pom.xml | 2 +- .../common/captcha/UnsignedMathGenerator.java | 14 +- .../ruoyi/common/constant/UserConstants.java | 6 + .../java/com/ruoyi/common/core/domain/R.java | 8 +- .../common/core/domain/entity/SysRole.java | 7 +- .../common/core/domain/entity/SysUser.java | 7 +- .../com/ruoyi/common/helper/LoginHelper.java | 17 +- .../com/ruoyi/common/utils/DateUtils.java | 30 + .../com/ruoyi/common/utils/StringUtils.java | 41 +- .../ruoyi/common/utils/file/FileUtils.java | 2 - .../ruoyi/framework/config/AsyncConfig.java | 54 ++ .../handler/PlusDataPermissionHandler.java | 2 +- .../com/ruoyi/generator/domain/GenTable.java | 5 +- .../ruoyi/generator/util/VelocityUtils.java | 18 +- .../ruoyi/system/service/SysLoginService.java | 11 +- .../service/impl/SysDeptServiceImpl.java | 2 +- .../service/impl/SysMenuServiceImpl.java | 3 +- .../service/impl/SysRoleServiceImpl.java | 3 +- .../service/impl/SysUserServiceImpl.java | 2 +- .../controller/system/SysLoginController.java | 1 + .../controller/system/SysOssController.java | 2 - .../controller/system/SysUserController.java | 5 +- .../resources/vm/java/serviceImpl.java.vm | 8 +- .../main/resources/vm/vue/index-tree.vue.vm | 2 +- ruoyi/src/main/resources/vm/vue/index.vue.vm | 35 +- .../src/main/resources/vm/vue/v3/index.vue.vm | 40 +- script/docker/docker-compose.yml | 12 +- script/sql/ry_20210908.sql | 686 ------------------ script/sql/ry_vue_4.0.sql | 2 +- 50 files changed, 402 insertions(+), 826 deletions(-) create mode 100644 .gitee/ISSUE_TEMPLATE.zh-CN.md create mode 100644 .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md create mode 100644 ruoyi/src/main/java/com/ruoyi/framework/config/AsyncConfig.java delete mode 100644 script/sql/ry_20210908.sql diff --git a/.gitee/ISSUE_TEMPLATE.zh-CN.md b/.gitee/ISSUE_TEMPLATE.zh-CN.md new file mode 100644 index 000000000..22cb51d52 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE.zh-CN.md @@ -0,0 +1,13 @@ +### 使用版本 + + +### 问题描述 + + +### 希望结果 + + +### 重现步骤 + + +### 报错信息(截图为主 请勿发混乱格式) \ No newline at end of file diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md new file mode 100644 index 000000000..9429a8e86 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -0,0 +1,7 @@ +### 更改目的 解决了什么问题 + + +### 描述 做了哪些改动 + + +### 测试 都做了哪些测试(未经过测试不采纳) \ No newline at end of file diff --git a/README.md b/README.md index 353e087fc..d6a2409a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus/blob/master/LICENSE) [![使用IntelliJ IDEA开发维护](https://img.shields.io/badge/IntelliJ%20IDEA-提供支持-blue.svg)](https://www.jetbrains.com/?from=RuoYi-Vue-Plus)
-[![RuoYi-Vue-Plus](https://img.shields.io/badge/RuoYi_Vue_Plus-4.0.0-success.svg)](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus) +[![RuoYi-Vue-Plus](https://img.shields.io/badge/RuoYi_Vue_Plus-4.0.1-success.svg)](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus) [![Spring Boot](https://img.shields.io/badge/Spring%20Boot-2.5-blue.svg)]() [![JDK-8+](https://img.shields.io/badge/JDK-8-green.svg)]() [![JDK-11](https://img.shields.io/badge/JDK-11-green.svg)]() @@ -84,7 +84,7 @@ ## 捐献作者 作者为兼职做开源,平时还需要工作,如果帮到了您可以请作者吃个盒饭 - + ## 业务功能 diff --git a/pom.xml b/pom.xml index 6b518e2f6..c1f33b1ae 100644 --- a/pom.xml +++ b/pom.xml @@ -6,15 +6,15 @@ com.ruoyi ruoyi-vue-plus - 4.0.0 + 4.0.1 RuoYi-Vue-Plus https://gitee.com/JavaLionLi/RuoYi-Vue-Plus RuoYi-Vue-Plus后台管理系统 - 4.0.0 - 2.6.3 + 4.0.1 + 2.6.4 UTF-8 UTF-8 1.8 @@ -29,7 +29,7 @@ 1.29.0 3.5.1 3.9.1 - 5.7.20 + 5.7.21 4.9.2 2.6.2 3.16.8 @@ -42,10 +42,10 @@ 3.0.1 - 7.9.2 + 7.9.3 3.14.0 5.6.68 - 8.3.5 + 8.3.7 localhost diff --git a/ruoyi-extend/pom.xml b/ruoyi-extend/pom.xml index e9f343c55..3b80b15ca 100644 --- a/ruoyi-extend/pom.xml +++ b/ruoyi-extend/pom.xml @@ -5,7 +5,7 @@ ruoyi-vue-plus com.ruoyi - 4.0.0 + 4.0.1 4.0.0 ruoyi-extend diff --git a/ruoyi-extend/ruoyi-monitor-admin/pom.xml b/ruoyi-extend/ruoyi-monitor-admin/pom.xml index 6159ccc39..e811fd3be 100644 --- a/ruoyi-extend/ruoyi-monitor-admin/pom.xml +++ b/ruoyi-extend/ruoyi-monitor-admin/pom.xml @@ -5,7 +5,7 @@ ruoyi-extend com.ruoyi - 4.0.0 + 4.0.1 4.0.0 jar diff --git a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml index f444c3123..65125b905 100644 --- a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml +++ b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml @@ -4,7 +4,7 @@ ruoyi-extend com.ruoyi - 4.0.0 + 4.0.1 ruoyi-xxl-job-admin jar diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 3fe16b602..8b36c0255 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi-vue-plus", - "version": "4.0.0", + "version": "4.0.1", "description": "RuoYi-Vue-Plus后台管理系统", "author": "LionLi", "license": "MIT", diff --git a/ruoyi-ui/src/components/FileUpload/index.vue b/ruoyi-ui/src/components/FileUpload/index.vue index 46da967dc..5f1e23652 100644 --- a/ruoyi-ui/src/components/FileUpload/index.vue +++ b/ruoyi-ui/src/components/FileUpload/index.vue @@ -1,6 +1,7 @@