From 2bc69ff31f20af3ef0c7339940e296116190fa23 Mon Sep 17 00:00:00 2001
From: lyt-Top <1105290566@qq.com>
Date: Mon, 31 May 2021 22:14:51 +0800
Subject: [PATCH] =?UTF-8?q?'admin-21.05.31:=E4=BF=AE=E5=A4=8D=E5=88=86?=
=?UTF-8?q?=E6=A0=8F=E3=80=81=E7=BB=8F=E5=85=B8=E5=B8=83=E5=B1=80=E8=B7=AF?=
=?UTF-8?q?=E7=94=B1=E8=AE=BE=E7=BD=AEmeta.isHide=E4=B8=BAtrue=E6=97=B6?=
=?UTF-8?q?=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98=EF=BC=8C=E6=84=9F=E8=B0=A2?=
=?UTF-8?q?=E7=BE=A4=E5=8F=8B@29=E3=80=81@=E8=8A=AD=E8=8A=AD=E6=8B=89'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 3 ++-
public/admin.json | 15 +++++++++++++++
src/views/personal/index.vue | 28 ++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 src/views/personal/index.vue
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e660d38..2da1f8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
`2021.05.31`
+- 🎉 新增 新增个人中心演示空白页
- 🎉 新增 更新日志文件 `CHANGELOG.md`,以后每次更新都会在这里显示对应内容
- 🌟 更新 依赖更新最新版本
-- 🐞 修复 分栏布局路由设置 `meta.isHide` 为 `true` 时报错问题,感谢群友@29
+- 🐞 修复 分栏布局路由设置 `meta.isHide` 为 `true` 时报错问题,感谢群友@29、@芭芭拉
diff --git a/public/admin.json b/public/admin.json
index d033252..46de4e2 100644
--- a/public/admin.json
+++ b/public/admin.json
@@ -213,6 +213,21 @@
}
]
},
+ {
+ "path": "/personal",
+ "name": "personal",
+ "component": "personal/index",
+ "meta": {
+ "title": "message.router.personal",
+ "isLink": "",
+ "isHide": false,
+ "isKeepAlive": true,
+ "isAffix": false,
+ "isIframe": false,
+ "auth": ["admin", "test"],
+ "icon": "iconfont icon-gerenzhongxin"
+ }
+ },
{
"path": "/link",
"name": "layoutLinkView",
diff --git a/src/views/personal/index.vue b/src/views/personal/index.vue
new file mode 100644
index 0000000..a4dc532
--- /dev/null
+++ b/src/views/personal/index.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+