We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f05f99 + 036f5f8 commit 2c98b52Copy full SHA for 2c98b52
vue-admin-better/src/layouts/components/VabAd/index.vue
@@ -24,7 +24,7 @@
24
nodeEnv: process.env.NODE_ENV,
25
adList: [
26
{
27
- title: " OPSLI 快速开发平台 V2.1.2 已发布,点我提前体验",
+ title: " OPSLI 快速开发平台 V2.2.1 已发布,点我提前体验",
28
url: "https://github.com/hiparker/opsli-boot/releases",
29
},
30
vue-admin-better/src/views/index/index.vue
@@ -1570,6 +1570,18 @@
1570
content: "发布2.2.0",
1571
timestamp: "2025-06-02",
1572
1573
+ {
1574
+ content: "后端:修复保存用户个人信息时无端清楚了手机和邮箱问题",
1575
+ timestamp: "2025-06-08",
1576
+ },
1577
1578
+ content: "后端:优化UserController异常返回信息",
1579
1580
1581
1582
+ content: "发布2.2.1",
1583
1584
1585
];
1586
data.map((item, index) => {
1587
if (index === data.length - 1) {
0 commit comments