Commit ad998f41 by Tang

feat: 机构概况菜单

parent 81573d7e
......@@ -20,8 +20,8 @@ export const nav = [
name: "机构概况",
nameInHeaderNav: "机构概况",
index: 0,
link: "/Org",
breadcrumb: [{name: "机构概况", path: "/Org"}, {name: "中心简介"}],
link: "/Org/Intro",
breadcrumb: [{name: "机构概况", path: "/Org/Intro"}, {name: "中心简介"}],
children: [
{
id: uuid("gs_nav"),
......@@ -43,25 +43,30 @@ export const nav = [
{name: "地方编码分支机构"},
],
},
],
},
],
},
{
id: "1-1",
name: "质量管理体系",
index: 2,
link: "/Org/ISO",
children: [
{
id: uuid("gs_nav"),
name: "指导思想",
index: 0,
link: "/Org/ISO/Ideology",
breadcrumb: [
{name: "机构概况", path: "/Org/Intro"},
{name: "质量管理体系", path: "/Org/ISO"},
{name: "指导思想"},
{
id: uuid("gs_nav"),
name: "质量管理体系",
index: 2,
link: "/Org/ISO",
breadcrumb: [
{name: "机构概况", path: "/Org/Intro"},
{name: "质量管理体系",path:"/Org/ISO/Ideology"},
{name: "指导思想"},
],
children: [
{
id: uuid("gs_nav"),
name: "指导思想",
index: 0,
link: "/Org/ISO/Ideology",
breadcrumb: [
{name: "机构概况", path: "/Org/Intro"},
{name: "质量管理体系", path: "/Org/ISO"},
{name: "指导思想"},
],
},
],
},
],
},
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment