🎉 2.6.0.RELEASE

dev
smallchill 5 years ago
parent f32929acfb
commit b6d3f0f28f
  1. 2
      package.json
  2. 8
      public/cdn/avue/2.6.1/avue.min.js
  3. 1
      public/cdn/avue/2.6.1/index.css
  4. 8
      public/cdn/avue/2.6.15/avue.min.js
  5. 1
      public/cdn/avue/2.6.15/index.css
  6. 4
      public/index.html
  7. 2
      src/views/system/menu.vue
  8. 2
      src/views/system/user.vue
  9. 30
      src/views/wel/index.vue

@ -1,6 +1,6 @@
{
"name": "saber-admin",
"version": "2.5.1",
"version": "2.6.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -12,7 +12,7 @@
<link rel="stylesheet" href="<%= BASE_URL %>cdn/element-ui/2.13.2/theme-chalk/index.css">
<link rel="stylesheet" href="<%= BASE_URL %>cdn/animate/3.5.2/animate.css">
<link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/1.0.0/index.css">
<link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.6.1/index.css">
<link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.6.15/index.css">
<script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
<script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
<link rel="icon" href="<%= BASE_URL %>favicon.png">
@ -105,7 +105,7 @@
<script src="<%= BASE_URL %>cdn/vue-router/3.0.1/vue-router.min.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/axios/1.0.0/axios.min.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/element-ui/2.13.2/index.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/avue/2.6.1/avue.min.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/avue/2.6.15/avue.min.js" charset="utf-8"></script>
</body>
</html>

@ -126,7 +126,7 @@
{
label: "菜单图标",
prop: "source",
type: "icon-select",
type: "icon",
slot: true,
iconList: iconList,
rules: [

@ -202,7 +202,7 @@
},
option: {
height: 'auto',
calcHeight: 180,
calcHeight: 80,
tip: false,
searchShow: true,
searchMenuSpan: 6,

@ -9,10 +9,10 @@
<el-col :span="24">
<basic-container>
<p style="text-align: center">
<img src="https://img.shields.io/badge/Release-V2.5.1-green.svg" alt="Downloads"/>
<img src="https://img.shields.io/badge/Release-V2.6.0-green.svg" alt="Downloads"/>
<img src="https://img.shields.io/badge/JDK-1.8+-green.svg" alt="Build Status"/>
<img src="https://img.shields.io/badge/Spring%20Cloud-Greenwich.SR6-blue.svg" alt="Coverage Status"/>
<img src="https://img.shields.io/badge/Spring%20Boot-2.1.14.RELEASE-blue.svg" alt="Downloads"/>
<img src="https://img.shields.io/badge/Spring%20Boot-2.1.16.RELEASE-blue.svg" alt="Downloads"/>
<a target="_blank" href="https://bladex.vip">
<img src="https://img.shields.io/badge/Saber%20Author-Small%20Chill-ff69b4.svg" alt="Downloads"/>
</a>
@ -138,6 +138,30 @@
<el-row>
<basic-container>
<el-collapse v-model="logActiveNames" @change="handleChange">
<el-collapse-item title="2.6.0.RELEASE发布,增加租户数据库隔离、报表管理、SqlServer兼容" name="17">
<div>1.升级 Avue 2.6.15</div>
<div>2.升级 SpringBoot 2.1.16.RELEASE</div>
<div>3.升级 Seata 1.3.0</div>
<div>4.升级 Nacos 1.3.2</div>
<div>5.升级 FastJson 1.2.73</div>
<div>6.升级 Knife4j 2.0.4</div>
<div>7.升级 EasyExcel 2.2.6</div>
<div>8.升级 JustAuth 1.15.6</div>
<div>9.新增多租户数据库隔离动态数据源特性</div>
<div>10.新增SqlServer兼容</div>
<div>11.新增UReport2报表管理模块</div>
<div>12.新增对象存储附件表功能</div>
<div>13.优化LocalFile支持序列化</div>
<div>14.优化MinioTemplate增加ContentType配置</div>
<div>15.优化LogBack-Elk的配置</div>
<div>16.优化流程状态变更的返回信息</div>
<div>17.优化顶部菜单配置接口支持大容量数据传输</div>
<div>18.优化User密码字段序列化</div>
<div>19.优化序列化additionalInformation解决非null值报错的问题</div>
<div>20.修复启用Token有状态模式下刷新Token的问题</div>
<div>21.修复日志表无法入库TenantId的问题</div>
<div>22.修复flowable-oracle脚本运行错误的问题</div>
</el-collapse-item>
<el-collapse-item title="2.5.1.RELEASE发布,增加第三方登录、行政区划、API报文加密" name="16">
<div>1.升级 Avue 2.6.1ElementUI 2.13.2</div>
<div>2.升级 SpringBoot 2.1.14.RELEASE</div>
@ -463,7 +487,7 @@
data() {
return {
activeNames: ['1', '2', '3', '5'],
logActiveNames: ['16']
logActiveNames: ['17']
};
},
computed: {

Loading…
Cancel
Save