feat: update path

This commit is contained in:
Fine 2023-02-06 14:24:52 +08:00
parent 793239ef5c
commit 816e6d93dc

View File

@ -26,16 +26,16 @@ export default [
},
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",