Commit 29c4b97d by Tang

feat: nav数据优化

parent e950a68d
......@@ -143,35 +143,35 @@ export const nav = [
id: "4",
name: "服务中心",
index: 4,
link: "/home",
link: "/service",
children: [],
},
{
id: "5",
name: "资讯中心",
index: 5,
link: "/home",
link: "/News",
children: [],
},
{
id: "6",
name: "知识中心",
index: 6,
link: "/home",
link: "/Knowledge",
children: [],
},
{
id: "7",
name: "党建文化",
index: 7,
link: "/home",
link: "/djwh",
children: [],
},
{
id: "8",
name: "成员专区",
index: 8,
link: "/home",
link: "/LeaguerService",
children: [],
},
];
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