This commit is contained in:
clay
2022-09-06 22:30:43 +08:00
parent 9d78b43963
commit e66ee6b969
4 changed files with 109 additions and 108 deletions

View File

@@ -4,11 +4,11 @@ import VueRouter from 'vue-router'
Vue.use(VueRouter)
const routes = [
//{
// path: '/',
// {
// path: '/test',
// name: 'index',
// component: () => import(/* webpackChunkName: "about" */ '../views/index')
//},
// component: () => import(/* webpackChunkName: "about" */ '../views/test.vue')
// },
{
path: '/home',
name: 'index',