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",
meta: {
title: "linux",
notShow: true,
},
component: () =>
import(/* webpackChunkName: "layer" */ "@/views/Layer.vue"),