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: "",
|
path: "",
|
||||||
redirect: "/widget/:entityScope/:metricName/:title/:metricType/:graph/:calculation",
|
redirect: "/widget/:config",
|
||||||
name: "Widget",
|
name: "Widget",
|
||||||
component: () => import("@/views/dashboard/Widget.vue"),
|
component: () => import("@/views/dashboard/Widget.vue"),
|
||||||
meta: {
|
meta: {
|
||||||
@ -186,12 +186,7 @@ export const routesDashboard: Array<RouteRecordRaw> = [
|
|||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: "/widget/:entityScope/:metricName/:title/:metricType/:graph/:calculation",
|
path: "/widget/:config",
|
||||||
component: () => import("@/views/dashboard/Widget.vue"),
|
|
||||||
name: "ViewWidget",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: "/widget/:entityScope/:metricName/:title/:metricType/:graph/:calculation/:duration",
|
|
||||||
component: () => import("@/views/dashboard/Widget.vue"),
|
component: () => import("@/views/dashboard/Widget.vue"),
|
||||||
name: "ViewWidget",
|
name: "ViewWidget",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user