From 845b0c1520feb866fd8b8bff5088e58deb483a66 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Sun, 25 May 2025 06:39:32 +0800 Subject: [PATCH] =?UTF-8?q?wip:=20=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 1 + 1 file changed, 1 insertion(+) 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",