diff --git a/src/router/general.ts b/src/router/general.ts index b3ff1284..c3de3dd8 100644 --- a/src/router/general.ts +++ b/src/router/general.ts @@ -34,6 +34,7 @@ export const routesGen: Array = [ name: "GeneralServices", meta: { exact: true, + title: "services", }, component: () => import(/* webpackChunkName: "layers" */ "@/views/Layer.vue"), diff --git a/src/router/mySQL.ts b/src/router/mySQL.ts index 2aa38d80..365c808f 100644 --- a/src/router/mySQL.ts +++ b/src/router/mySQL.ts @@ -24,7 +24,6 @@ export const routesMySQL: Array = [ meta: { title: "mySQL", icon: "storage", - hasGroup: true, }, redirect: "/mySQL", component: Layout,