@@ -55,7 +55,7 @@ for (const path in modules) {
const routes: RouteRecordRaw[] = [
{
path:'/',
- component:()=>import('./../views/home/index.vue')
+ redirect:'/home'
},
path: '/about',