From 40b34f03d5b6be1f07ec3d322dbbe23b51a9d16b Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 8 Dec 2023 00:48:55 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=203.7.1.RELEASE=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=AE=89=E5=85=A8=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- src/router/axios.js | 1 + src/views/wel/index.vue | 16 +++++++++++++--- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 16a2518..d467298 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

- Downloads + Downloads Build Status Build Status Coverage Status - Downloads + Downloads Downloads diff --git a/src/router/axios.js b/src/router/axios.js index fd85314..ef302f7 100644 --- a/src/router/axios.js +++ b/src/router/axios.js @@ -15,6 +15,7 @@ import website from '@/config/website'; import NProgress from 'nprogress' // progress bar import 'nprogress/nprogress.css' // progress bar style import {Base64} from 'js-base64'; +import crypto from "@/util/crypto"; axios.defaults.timeout = 10000; //返回其他状态吗 diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index e477ad1..c9d16b4 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -3,10 +3,10 @@

- Downloads + Downloads Build Status Coverage Status - Downloads + Downloads Downloads @@ -125,6 +125,16 @@ + +

1.升级 SpringBoot 至 2.7.18
+
2.升级 SpringBootAdmin 至 2.7.14
+
3.升级 Mybatis-Plus 至 3.5.4.1
+
4.升级 Mybatis-Plus-Generator 至 3.5.4.1
+
5.升级 Knife4j 至 4.3.0
+
6.优化 防SQL注入逻辑避免双写等情况出现
+
7.调整 重要API调用等级防止被恶意调用
+
8.调整 默认关闭通知公告模块的Token加密功能
+
1.升级 SpringCloud 至 2021.0.8
2.升级 SpringBoot 至 2.7.15
@@ -497,7 +507,7 @@ data() { return { activeNames: ['1', '2', '3', '5'], - logActiveNames: ['34'] + logActiveNames: ['35'] }; }, computed: {