update
This commit is contained in:
24
app/(introduce)/achievements-transformation/config.ts
Normal file
24
app/(introduce)/achievements-transformation/config.ts
Normal file
@ -0,0 +1,24 @@
|
||||
export const navigations = [
|
||||
{ title: "政府政策", href: "/achievements-transformation/government-policy" },
|
||||
{
|
||||
title: "投融资",
|
||||
href: "/achievements-transformation/investment-and-financing",
|
||||
},
|
||||
{ title: "产业对接", href: "/achievements-transformation/industry-docking" },
|
||||
{
|
||||
title: "科技评估",
|
||||
href: "/achievements-transformation/technology-assessment",
|
||||
},
|
||||
{
|
||||
title: "情报服务",
|
||||
href: "/achievements-transformation/intelligence-services",
|
||||
},
|
||||
{
|
||||
title: "科研项目申报",
|
||||
href: "/achievements-transformation/scientific-research-project-declaration",
|
||||
},
|
||||
{
|
||||
title: "知识产权服务",
|
||||
href: "/achievements-transformation/intellectual-property-services",
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user