mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
feat: update menu
This commit is contained in:
parent
7a2d024bb7
commit
2238751d4d
@ -24,18 +24,14 @@ export const routesMarketplace: Array<RouteRecordRaw> = [
|
||||
meta: {
|
||||
title: "Marketplace",
|
||||
icon: "marketplace",
|
||||
hasGroup: true,
|
||||
hasGroup: false,
|
||||
activate: true,
|
||||
},
|
||||
component: Layout,
|
||||
children: [
|
||||
{
|
||||
path: "/marketplace/menus",
|
||||
path: "/marketplace",
|
||||
name: "MenusManagement",
|
||||
meta: {
|
||||
title: "Categories",
|
||||
activate: true,
|
||||
},
|
||||
component: () => import("@/views/marketplace/Menus.vue"),
|
||||
},
|
||||
],
|
||||
|
@ -32,10 +32,6 @@ export const routesSettings: Array<RouteRecordRaw> = [
|
||||
{
|
||||
path: "/settings",
|
||||
name: "Settings",
|
||||
meta: {
|
||||
title: "Settings",
|
||||
activate: true,
|
||||
},
|
||||
component: () => import("@/views/marketplace/Settings.vue"),
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user