From f93d81a4de5ea2a11bf3677ed4a044c3333397b3 Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 23 Oct 2020 22:29:01 +0800 Subject: [PATCH] :tada: 2.6.1.RELEASE --- package.json | 2 +- src/store/modules/dict.js | 1 - src/views/base/region.vue | 1 - src/views/wel/index.vue | 28 +++++++++++++++++++++++++--- 4 files changed, 26 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fa792f2..3b136b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saber-admin", - "version": "2.6.0", + "version": "2.6.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/store/modules/dict.js b/src/store/modules/dict.js index 6824a25..837dbe6 100644 --- a/src/store/modules/dict.js +++ b/src/store/modules/dict.js @@ -7,7 +7,6 @@ const dict = { flowRoutes: getStore({name: 'flowRoutes'}) || {}, }, actions: { - //发送错误日志 FlowRoutes({commit}) { return new Promise((resolve, reject) => { getDictionary({code: 'flow'}).then(res => { diff --git a/src/views/base/region.vue b/src/views/base/region.vue index 85fe97a..2027d70 100644 --- a/src/views/base/region.vue +++ b/src/views/base/region.vue @@ -67,7 +67,6 @@ nodeKey: 'id', lazy: true, treeLoad: function (node, resolve) { - debugger const parentCode = (node.level === 0) ? "00" : node.data.id; getLazyTree(parentCode).then(res => { resolve(res.data.data.map(item => { diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index 0298c61..0aa5bbc 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -9,10 +9,10 @@

- Downloads + Downloads Build Status Coverage Status - Downloads + Downloads Downloads @@ -138,6 +138,28 @@ + +

1.升级 SpringBoot 至 2.1.16.RELEASE
+
2.升级 Mybatis-Plus 至 3.4.0
+
3.升级 Knife4j 至 2.0.5
+
4.升级 JJWT 至 0.11.2
+
5.升级 FastJson 至 1.2.74
+
6.新增上下文核心包,优化全局上下文配置
+
7.新增secure模块的basic认证功能
+
8.新增用户平台拓展模块
+
9.优化重构增强cloud模块
+
10.优化request核心至boot模块
+
11.优化增强mybatis-plus的分页防注入功能
+
12.优化sms返回结果,去掉验证码序列化
+
13.优化数据权限插件支持最新版mybatis-plus
+
14.优化增强sql日志拦截器
+
15.优化增强令牌,新增对用户平台的判断逻辑
+
16.优化代码生成增加对sqlserver的支持
+
17.优化自定义mapper的api
+
18.修复Kv类克隆强转问题
+
19.修复elk配置无法读取项目名的问题
+
20.修复区划字段level为regionLevel以防oracle报错
+
1.升级 Avue 至 2.6.15
2.升级 SpringBoot 至 2.1.16.RELEASE
@@ -487,7 +509,7 @@ data() { return { activeNames: ['1', '2', '3', '5'], - logActiveNames: ['17'] + logActiveNames: ['18'] }; }, computed: {