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