From 5cc1ac83a9cc0aa10acffb54a1c4d62b73b595d5 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 05 七月 2023 16:30:48 +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