fix router

This commit is contained in:
Qiuxia Fan 2022-06-14 22:08:55 +08:00
parent b697fe4713
commit 3c9afdecea

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"),