feat: update menus for OpenFunction (#223)

This commit is contained in:
Fine0830
2023-02-06 14:36:13 +08:00
committed by GitHub
parent 224053c0f4
commit 1768a1641c
4 changed files with 16 additions and 6 deletions

View File

@@ -22,17 +22,24 @@ export default [
meta: {
title: "functions",
icon: "functions",
layer: "FAAS",
hasGroup: true,
},
redirect: "/functions",
children: [
{
path: "/functions",
name: "Functions",
path: "/openFunction",
name: "OpenFunction",
meta: {
title: "openFunction",
layer: "FAAS",
},
},
{
path: "/functions/tab/:activeTabIndex",
name: "FunctionsActiveTabIndex",
path: "/openFunction/tab/:activeTabIndex",
name: "OpenFunctionActiveTabIndex",
meta: {
notShow: true,
layer: "FAAS",
},
},
],
},