From b6d44be675c36487cf773e1e5f32c9c13ae18536 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 13 七月 2023 10:15:36 +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, 3 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/page/index/index.vue b/Source/UBCS-WEB/src/page/index/index.vue
index f802b58..27374ee 100644
--- a/Source/UBCS-WEB/src/page/index/index.vue
+++ b/Source/UBCS-WEB/src/page/index/index.vue
@@ -18,9 +18,10 @@
<!-- 涓讳綋瑙嗗浘灞� -->
<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" v-if="$route.meta.keepAlive"/>-->
+ <router-view class="avue-view"/>
</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.10.0