update
This commit is contained in:
6
app/(introduce)/talents/config.ts
Normal file
6
app/(introduce)/talents/config.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export const navigations = [
|
||||
{ title: "人才概览", href: "/talents/overview" },
|
||||
{ title: "两院院士", href: "/talents/academician" },
|
||||
{ title: "研究员", href: "/talents/researcher" },
|
||||
{ title: "副研究员", href: "/talents/vice-researcher" },
|
||||
];
|
Reference in New Issue
Block a user