From 9f3aebb56f30a243476756ff5fbcf80898f4e9b1 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 21 Mar 2022 15:30:56 +0800 Subject: [PATCH] fix title --- 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 a7b0d986..1cf39360 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: "SkyWalking Server", + title: "skyWalkingServer", headPath: "/mesh/services", }, component: () => import("@/views/Layer.vue"),