配置404界面

{ 
    path: '/:pathMatch(.*)*',
    name: '404', 
    component: () => import('@/views/404/index.vue') 
}