Merge branch 'main' into fix/clear_interval_failed

This commit is contained in:
Superskyyy 2022-06-14 10:27:38 -04:00 committed by GitHub
commit 1a8b7b4526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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