xiaozy #2

Merged
xiaozhiyong merged 17 commits from xiaozy into master 2023-04-12 11:19:18 +08:00
Showing only changes of commit 36944296e4 - Show all commits

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