From 142bca24ba17c9070bf9efb6917711fc506f25b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Mon, 21 Mar 2022 15:11:17 +0800 Subject: [PATCH] Update src/router/selfObservability.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 何延龙 --- src/router/selfObservability.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/selfObservability.ts b/src/router/selfObservability.ts index 1cf39360..a7b0d986 100644 --- a/src/router/selfObservability.ts +++ b/src/router/selfObservability.ts @@ -33,7 +33,7 @@ export const routesSelf: Array = [ path: "/self/skyWalkingServer", name: "SkyWalkingServer", meta: { - title: "skyWalkingServer", + title: "SkyWalking Server", headPath: "/mesh/services", }, component: () => import("@/views/Layer.vue"),