From acdff03246ce648082192dfb069c3a006a7fbee6 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 09 八月 2023 18:46: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