/** * 基础路由 * @type { *[] } */ export const constantRouterMap = [ { path: '/', component: () => import('@/views/login'), meta: { title: '登录', keepAlive: false } } ]