From 67a8703176c9f36519d98c52130b12316029bb23 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 18 七月 2023 15:20:28 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

---
 Source/UBCS-WEB/src/page/index/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/page/index/index.vue b/Source/UBCS-WEB/src/page/index/index.vue
index 27374ee..f802b58 100644
--- a/Source/UBCS-WEB/src/page/index/index.vue
+++ b/Source/UBCS-WEB/src/page/index/index.vue
@@ -18,10 +18,9 @@
         <!-- 涓讳綋瑙嗗浘灞� -->
         <div style="height:100%;overflow-y:auto;overflow-x:hidden;" id="avue-view" v-show="!isSearch">
           <keep-alive>
-            <!--<router-view class="avue-view" v-if="$route.meta.keepAlive"/>-->
-            <router-view class="avue-view"/>
+            <router-view class="avue-view" v-if="$route.meta.keepAlive"/>
           </keep-alive>
-          <!--<router-view class="avue-view" v-if="!$route.meta.keepAlive"/>-->
+          <router-view class="avue-view" v-if="!$route.meta.keepAlive"/>
         </div>
       </div>
     </div>

--
Gitblit v1.9.3