From fdce3979b5e1a97433def22ad0b0d783143da2f3 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 15 三月 2024 11:45:30 +0800
Subject: [PATCH] 访问地址处理

---
 src/App.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index ba2c5d2..de1726e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,6 +1,6 @@
 <template>
   <div id="app">
-    <router-view />
+    <router-view :key="$route.fullpath"/>
   </div>
 </template>
 <script>
@@ -141,6 +141,10 @@
   .list{
     height: 100%;
     overflow: auto;
+    header{
+      background-color: transparent;
+      border: none
+    }
   }
   // 璁剧疆寮瑰嚭妗嗘牱寮�
   .el-dialog__title {

--
Gitblit v1.8.0