From 42a48cdbbed275537b8dac0f252e5ad9cb9e5c86 Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: 星期六, 22 七月 2023 10:40:53 +0800
Subject: [PATCH] 已登录状态直接访问首页空白bug修复

---
 src/views/login/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 78b072d..323ef0d 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -1,7 +1,6 @@
 <template>
   <div class="login-container">
     <div v-title :data-title="titleName" class="main"/>
-
         <div class="left-container">
             <div class="login_title"></div>
             <div v-if="action==='login'" class="login-component">
@@ -606,4 +605,3 @@
     margin:auto;
 }
 </style>
-

--
Gitblit v1.9.2