mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 00:08:56 +00:00
fix: name
This commit is contained in:
parent
3536475b9a
commit
9df30ee2b0
@ -23,6 +23,7 @@ async function layerDashboards() {
|
|||||||
const routes = appStore.currentMenus.map((item: any) => {
|
const routes = appStore.currentMenus.map((item: any) => {
|
||||||
const route: any = {
|
const route: any = {
|
||||||
path: "",
|
path: "",
|
||||||
|
name: item.name,
|
||||||
component: Layout,
|
component: Layout,
|
||||||
meta: {
|
meta: {
|
||||||
icon: item.icon || "cloud_queue",
|
icon: item.icon || "cloud_queue",
|
||||||
|
Loading…
Reference in New Issue
Block a user