From 1445ad7f7110416a7071dbab13e60d5f269043f1 Mon Sep 17 00:00:00 2001 From: zhaoguoqiang <849348323@qq.com> Date: Fri, 3 Sep 2021 15:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89keep-alive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index c3c40c4..f5b014f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -59,9 +59,6 @@ const routes = [{ path: "/teamPerformance", name: 'teamPerformance', component: () => import('../views/teamPerformance/index.vue'), - meta: { - keepAlive: true - } }, ];