mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-01 11:19:45 +00:00
router file updated
This commit is contained in:
parent
9515282593
commit
e11ee9b16b
@ -49,6 +49,16 @@ export const routesSelf: Array<RouteRecordRaw> = [
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "layer" */ "@/views/Layer.vue"),
|
||||
},
|
||||
{
|
||||
path: "/self/fullScroll",
|
||||
name: "FullScroll",
|
||||
meta: {
|
||||
title: "fullscreen-sample",
|
||||
headPath: "/mesh/controlPanel",
|
||||
},
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "layer" */ "@/views/FullScroll.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user