mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
update
This commit is contained in:
parent
3546280d60
commit
ad813e3e2a
@ -34,6 +34,7 @@ export const routesGen: Array<RouteRecordRaw> = [
|
|||||||
name: "GeneralServices",
|
name: "GeneralServices",
|
||||||
meta: {
|
meta: {
|
||||||
exact: true,
|
exact: true,
|
||||||
|
title: "services",
|
||||||
},
|
},
|
||||||
component: () =>
|
component: () =>
|
||||||
import(/* webpackChunkName: "layers" */ "@/views/Layer.vue"),
|
import(/* webpackChunkName: "layers" */ "@/views/Layer.vue"),
|
||||||
|
@ -24,7 +24,6 @@ export const routesMySQL: Array<RouteRecordRaw> = [
|
|||||||
meta: {
|
meta: {
|
||||||
title: "mySQL",
|
title: "mySQL",
|
||||||
icon: "storage",
|
icon: "storage",
|
||||||
hasGroup: true,
|
|
||||||
},
|
},
|
||||||
redirect: "/mySQL",
|
redirect: "/mySQL",
|
||||||
component: Layout,
|
component: Layout,
|
||||||
|
Loading…
Reference in New Issue
Block a user