diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
index e85b9bff..093b6da2 100644
--- a/src/layout/components/TagsView/index.vue
+++ b/src/layout/components/TagsView/index.vue
@@ -12,13 +12,11 @@
>
{{ translateRouteTitle(tag.title) }}
-
-
-
+
diff --git a/src/router/index.ts b/src/router/index.ts
index 009777e9..17a249a8 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -24,6 +24,7 @@ export const constantRoutes: RouteRecordRaw[] = [
{
path: "/",
+ name: "/",
component: Layout,
redirect: "/dashboard",
children: [