This commit is contained in:
Qiuxia Fan 2022-08-07 14:33:12 +08:00
parent 3546280d60
commit ad813e3e2a
2 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,7 @@ export const routesGen: Array<RouteRecordRaw> = [
name: "GeneralServices", name: "GeneralServices",
meta: { meta: {
exact: true, exact: true,
title: "services",
}, },
component: () => component: () =>
import(/* webpackChunkName: "layers" */ "@/views/Layer.vue"), import(/* webpackChunkName: "layers" */ "@/views/Layer.vue"),

View File

@ -24,7 +24,6 @@ export const routesMySQL: Array<RouteRecordRaw> = [
meta: { meta: {
title: "mySQL", title: "mySQL",
icon: "storage", icon: "storage",
hasGroup: true,
}, },
redirect: "/mySQL", redirect: "/mySQL",
component: Layout, component: Layout,