fix: update menu (#249)

This commit is contained in:
Fine0830
2023-03-27 21:37:45 +08:00
committed by GitHub
parent 5973632f0f
commit 68eea52e88
6 changed files with 13 additions and 10 deletions

View File

@@ -75,16 +75,16 @@ export default [
},
},
{
path: "/aws-gateway",
name: "AWSGateway",
path: "/aws-api-gateway",
name: "APIGateway",
meta: {
title: "AWSGateway",
title: "APIGateway",
layer: "AWS_GATEWAY",
},
},
{
path: "/aws-gateway/tab/:activeTabIndex",
name: "GatewayActiveTabIndex",
path: "/aws-api-gateway/tab/:activeTabIndex",
name: "APIGatewayActiveTabIndex",
meta: {
notShow: true,
layer: "AWS_GATEWAY",