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',