fix router (#109)

This commit is contained in:
Fine0830
2022-06-14 22:23:23 +08:00
committed by GitHub
parent b697fe4713
commit f12d7899e4

View File

@@ -44,6 +44,7 @@ export const routesInfra: Array<RouteRecordRaw> = [
name: "LinuxActiveTabIndex", name: "LinuxActiveTabIndex",
meta: { meta: {
title: "linux", title: "linux",
notShow: true,
}, },
component: () => component: () =>
import(/* webpackChunkName: "layer" */ "@/views/Layer.vue"), import(/* webpackChunkName: "layer" */ "@/views/Layer.vue"),