From c24721b625001dd4b0ae19518be191510a00bcff Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 21 Mar 2022 23:22:45 +0800 Subject: [PATCH] fix nits --- src/router/infrastructure.ts | 2 +- src/views/dashboard/List.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/infrastructure.ts b/src/router/infrastructure.ts index db6304f2..2450e82a 100644 --- a/src/router/infrastructure.ts +++ b/src/router/infrastructure.ts @@ -25,7 +25,7 @@ export const routesInfra: Array = [ title: "infrastructure", icon: "scatter_plot", exact: true, - hasGroup: false, + hasGroup: true, }, redirect: "/infrastructure", component: Layout, diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index 3d6e3127..f767b2b9 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -61,7 +61,7 @@ limitations under the License. -->