From 36944296e4f8a7fb05d498c877200d328cbcde3a Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Thu, 6 Apr 2023 14:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index a5f24a1..8b2f8cc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -4,10 +4,10 @@ import VueRouter from 'vue-router' Vue.use(VueRouter) const routes = [ - { - path: '/', - redirect: '/home' - }, + // { + // path: '/', + // redirect: '/home' + // }, { meta: { title: '首页', index: 0, closeNavBar: true }, path: '/home',