Commit 29c4b97d by Tang

feat: nav数据优化

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