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: {