Skip to content

Commit

Permalink
feat: 更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
hicarina committed Dec 1, 2021
1 parent 4085260 commit 8619d27
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vue-admin-beautiful/src/layouts/components/Ad/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
nodeEnv: process.env.NODE_ENV,
adList: [
{
title: " OPSLI 快速开发平台 V1.5.0 已发布,点我提前体验",
title: " OPSLI 快速开发平台 V1.6.0 已发布,点我提前体验",
url: "https://github.com/hiparker/opsli-boot/releases",
},
{
Expand Down
46 changes: 45 additions & 1 deletion vue-admin-beautiful/src/views/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<td>enjoy版本</td>
<td>4.9.03</td>
<td>hutool版本</td>
<td>5.6.3</td>
<td>5.7.14</td>
</tr>
</table>
</el-card>
Expand Down Expand Up @@ -1407,6 +1407,50 @@
content: "发布1.5.0 正式版",
timestamp: "2021-10-16",
},
{
content: "后端:优化线程池处理工具",
timestamp: "2021-11-03",
},
{
content: "后端:修复租户管理员不能显示全部组织BUG",
timestamp: "2021-11-17",
},
{
content: "后端:修复数据权限死循环问题",
timestamp: "2021-11-23",
},
{
content: "后端:修复Redisson 解锁异常问题",
timestamp: "2021-11-23",
},
{
content: "后端:优化数据权限自身查询效率",
timestamp: "2021-11-24",
},
{
content: "新增菜单标签,可区分 系统菜单 和 功能菜单(针对租户)",
timestamp: "2021-11-26",
},
{
content: "系统用户可由超级管理员分配是否有切换租户的能力",
timestamp: "2021-11-29",
},
{
content: "新增API版本控制",
timestamp: "2021-11-30",
},
{
content: "修复组织机构 用户数据权限过滤不生效问题",
timestamp: "2021-12-01",
},
{
content: "前端:优化新增用户时,如果选中组织 则默认将用户绑定在该组织下",
timestamp: "2021-12-01",
},
{
content: "发布1.6.0 正式版",
timestamp: "2021-12-01",
},
];
data.map((item, index) => {
if (index === data.length - 1) {
Expand Down

0 comments on commit 8619d27

Please sign in to comment.