mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
feat: update routes
This commit is contained in:
parent
746a71ac10
commit
ca56d10080
@ -178,7 +178,7 @@ export const routesDashboard: Array<RouteRecordRaw> = [
|
||||
},
|
||||
{
|
||||
path: "",
|
||||
redirect: "/widget/:entityScope/:metricName/:title/:metricType/:graph/:calculation",
|
||||
redirect: "/widget/:config",
|
||||
name: "Widget",
|
||||
component: () => import("@/views/dashboard/Widget.vue"),
|
||||
meta: {
|
||||
@ -186,12 +186,7 @@ export const routesDashboard: Array<RouteRecordRaw> = [
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/widget/:entityScope/:metricName/:title/:metricType/:graph/:calculation",
|
||||
component: () => import("@/views/dashboard/Widget.vue"),
|
||||
name: "ViewWidget",
|
||||
},
|
||||
{
|
||||
path: "/widget/:entityScope/:metricName/:title/:metricType/:graph/:calculation/:duration",
|
||||
path: "/widget/:config",
|
||||
component: () => import("@/views/dashboard/Widget.vue"),
|
||||
name: "ViewWidget",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user