7 lines
265 B
TypeScript
7 lines
265 B
TypeScript
export const navigations = [
|
|
{ title: "人才概览", href: "/talents/overview" },
|
|
{ title: "两院院士", href: "/talents/academician" },
|
|
{ title: "研究员", href: "/talents/researcher" },
|
|
{ title: "副研究员", href: "/talents/vice-researcher" },
|
|
];
|