From 21e8fe446fe1f91e66090f9d8b9ef603f69fa512 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 05 Jul 2021 16:55:48 +0800
Subject: [PATCH] 部分文字信息更换,图标更换,部分菜单创建
---
src/page/index/logo.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue
index de07ead..4690329 100644
--- a/src/page/index/logo.vue
+++ b/src/page/index/logo.vue
@@ -4,7 +4,7 @@
<span v-if="keyCollapse"
class="avue-logo_subtitle"
key="0">
- {{website.logo}}
+ <i class="icon-baoan"></i>
</span>
</transition>
<transition-group name="fade">
@@ -70,4 +70,4 @@
color: #fff;
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3