Update src/router/selfObservability.ts

Co-authored-by: 何延龙 <yanlung.he@gmail.com>
This commit is contained in:
吴晟 Wu Sheng 2022-03-21 15:11:17 +08:00 committed by GitHub
parent fc898d663e
commit 142bca24ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ export const routesSelf: Array<RouteRecordRaw> = [
path: "/self/skyWalkingServer",
name: "SkyWalkingServer",
meta: {
title: "skyWalkingServer",
title: "SkyWalking Server",
headPath: "/mesh/services",
},
component: () => import("@/views/Layer.vue"),