wangqing 4 years ago
parent
commit
58849b148c
  1. 2
      src/router/modules/root.js

2
src/router/modules/root.js

@ -54,7 +54,7 @@ export default [
{ {
path: '/home', path: '/home',
// meta: {requireLogin: true}, // meta: {requireLogin: true},
component: () => import(/* webpackChunkName: 'root' */ '@/views/home/newIndex.vue') component: () => import(/* webpackChunkName: 'root' */ '@/views/home/index.vue')
// children: [ // children: [
// { // {
// path: '/', // path: '/',

Loading…
Cancel
Save