From 5035dde1c77b21c79a32a2e4802f0a1e85931c46 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 07 三月 2023 17:25:01 +0800
Subject: [PATCH] 隐藏导入

---
 src/views/Home.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/Home.vue b/src/views/Home.vue
index dcd2b0d..a0ea6fa 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -118,8 +118,9 @@
       <!-- 鍙充晶鍐呭涓婚 -->
       <el-main style="background-color: #F5FAFF">
         <router-view></router-view>
+<!--        <div style="position: absolute;bottom: 0;right: 50%;color: #ccc">褰撳墠鐗堟湰 v2.1.3</div>-->
       </el-main>
-      <div style="position: absolute;bottom: 0;right: 50%;color: #ccc">褰撳墠鐗堟湰 v2.1.3</div>
+
     </el-container>
   </el-container>
 </template>

--
Gitblit v1.8.0