import { BasicLayouts, LoginView, RouteView } from '@/layouts' /** * 基础路由 * @type { *[] } */ export const routerMap = [ { hide: true, path: '/:pathMatch(.*)*', component: () => import('@/views/404'), }, ]