pull/2/head
xiaozhiyong 2 years ago
parent 74f02f1ce2
commit 36944296e4
  1. 8
      src/router/index.js

@ -4,10 +4,10 @@ import VueRouter from 'vue-router'
Vue.use(VueRouter) Vue.use(VueRouter)
const routes = [ const routes = [
{ // {
path: '/', // path: '/',
redirect: '/home' // redirect: '/home'
}, // },
{ {
meta: { title: '首页', index: 0, closeNavBar: true }, meta: { title: '首页', index: 0, closeNavBar: true },
path: '/home', path: '/home',

Loading…
Cancel
Save