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: [ children: [
{ {
path: "/functions", path: "/openFunction",
name: "Functions", name: "OpenFunction",
meta: { meta: {
title: "openFunction", title: "openFunction",
layer: "FAAS", layer: "FAAS",
}, },
}, },
{ {
path: "/functions/tab/:activeTabIndex", path: "/openFunction/tab/:activeTabIndex",
name: "FunctionsActiveTabIndex", name: "OpenFunctionActiveTabIndex",
meta: { meta: {
notShow: true, notShow: true,
layer: "FAAS", layer: "FAAS",