From 27ff7f3cbd6b66f32f7b738fd4aff3f8d6320584 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期二, 02 四月 2024 14:53:16 +0800
Subject: [PATCH] feat:添加地图模型
---
src/layout/components/Sidebar/Logo.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 2774cc8..a3e0037 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -36,7 +36,7 @@
data() {
return {
title: process.env.VUE_APP_TITLE,
- logo: logoImg
+ logo: ''
}
}
}
--
Gitblit v1.8.0