From 454c6e68f92b16e38058f3412a6cff22ef885c38 Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期四, 21 一月 2021 18:59:57 +0800
Subject: [PATCH] 修改首页 添加信息录入
---
src/layout/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 0ac7be4..22e1863 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -8,7 +8,7 @@
<tags-view v-if="needTagsView" />
</div>
<app-main />
- <div class="footer">© 2020 <a target="_blank" href="https://mrbird.cc">MrBird</a> - FEBS</div>
+ <div class="footer">© 2021 <a target="_blank" href="">中保亚太人力资源管理系统</a></div>
<right-panel v-if="showSettings">
<settings />
</right-panel>
--
Gitblit v1.8.0