diff --git a/src/router/index.ts b/src/router/index.ts index 38bf3e60..a31f4441 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -28,6 +28,7 @@ export const constantRoutes: RouteRecordRaw[] = [ name: "/", component: Layout, redirect: "/dashboard", + meta: { title: "dashboard" }, children: [ { path: "dashboard",