const LOGIN = () => import("@/views/login/index.vue") // 白名单 export const systemRoutes = [ { path: "/login", name: "login", component: LOGIN, meta: { title: '登录' } } ]