From a2586ce70485035d77746ff9c18364f408f4c6aa Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期一, 07 八月 2023 16:57:06 +0800
Subject: [PATCH] 服务管理模块详情页

---
 src/components/layout/components/AppMain.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/components/layout/components/AppMain.vue b/src/components/layout/components/AppMain.vue
index 4facd3d..7223e79 100644
--- a/src/components/layout/components/AppMain.vue
+++ b/src/components/layout/components/AppMain.vue
@@ -1,9 +1,7 @@
 <template>
   <div class="app-main">
     <AppHeader :headerTitle="$route.meta.title" />
-    <transition>
-      <router-view :key="key" />
-    </transition>
+    <router-view :key="key" />
   </div>
 </template>
 

--
Gitblit v1.8.0