This commit is contained in:
xiaozhiyong
2023-04-06 14:03:14 +08:00
parent 36944296e4
commit b1e0856a08
2 changed files with 5 additions and 5 deletions

View File

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