|
@@ -115,20 +115,20 @@ export const topData: TOP_DATA[] = [
|
|
{
|
|
{
|
|
id: 5,
|
|
id: 5,
|
|
name: "Learn & Engage",
|
|
name: "Learn & Engage",
|
|
- routeParams: { name: "LearnEngage", params: { type: "Students" } },
|
|
|
|
|
|
+ routeParams: { name: "LearnEngage" },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- routeParams: "/Layout/LearnEngage/Students",
|
|
|
|
|
|
+ routeParams: { name: "LearnStudents" },
|
|
id: 5.1,
|
|
id: 5.1,
|
|
name: "For Students",
|
|
name: "For Students",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- routeParams: "/Layout/LearnEngage/Adults",
|
|
|
|
|
|
+ routeParams: { name: "LearnAdults" },
|
|
id: 5.2,
|
|
id: 5.2,
|
|
name: "For Adults",
|
|
name: "For Adults",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- routeParams: "/Layout/LearnEngage/Families",
|
|
|
|
|
|
+ routeParams: { name: "LearnFamilies" },
|
|
id: 5.3,
|
|
id: 5.3,
|
|
name: "For Families & Children",
|
|
name: "For Families & Children",
|
|
},
|
|
},
|
|
@@ -139,9 +139,13 @@ export const topData: TOP_DATA[] = [
|
|
name: "Publications",
|
|
name: "Publications",
|
|
routeParams: { name: "Publications" },
|
|
routeParams: { name: "Publications" },
|
|
children: [
|
|
children: [
|
|
- { routeParams: "/Layout/Publications/1", id: 6.1, name: "Magazines" },
|
|
|
|
{
|
|
{
|
|
- routeParams: "/Layout/Publications/2",
|
|
|
|
|
|
+ routeParams: "/Layout/Publications/Magazines",
|
|
|
|
+ id: 6.1,
|
|
|
|
+ name: "Magazines",
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ routeParams: "/Layout/Publications/Catalogues",
|
|
id: 6.2,
|
|
id: 6.2,
|
|
name: "Exhibition Catalogues",
|
|
name: "Exhibition Catalogues",
|
|
},
|
|
},
|
|
@@ -153,39 +157,39 @@ export const topData: TOP_DATA[] = [
|
|
routeParams: { name: "JoinSupport" },
|
|
routeParams: { name: "JoinSupport" },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- routeParams: "/Layout/JoinSupport/Volunteer",
|
|
|
|
|
|
+ routeParams: { name: "JoinVo" },
|
|
id: 7.1,
|
|
id: 7.1,
|
|
name: "Ways to Volunteer",
|
|
name: "Ways to Volunteer",
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- routeParams: "/Layout/JoinSupport/VolunteerInfo?id=1",
|
|
|
|
|
|
+ routeParams: { name: "JoinInfo", query: { id: 1 } },
|
|
id: 7.11,
|
|
id: 7.11,
|
|
name: "Volunteer Team Introduction",
|
|
name: "Volunteer Team Introduction",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- routeParams: "/Layout/JoinSupport/VolunteerInfo?id=2",
|
|
|
|
|
|
+ routeParams: { name: "JoinInfo", query: { id: 2 } },
|
|
id: 7.12,
|
|
id: 7.12,
|
|
name: "Volunteer Apply",
|
|
name: "Volunteer Apply",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- routeParams: "/Layout/JoinSupport/VolunteerInfo?id=3",
|
|
|
|
|
|
+ routeParams: { name: "JoinInfo", query: { id: 3 } },
|
|
id: 7.13,
|
|
id: 7.13,
|
|
name: "Volunteer Program",
|
|
name: "Volunteer Program",
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- routeParams: "/Layout/JoinSupport/Give",
|
|
|
|
|
|
+ routeParams: { name: "JoinGi" },
|
|
id: 7.2,
|
|
id: 7.2,
|
|
name: "Ways to Give",
|
|
name: "Ways to Give",
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- routeParams: "/Layout/JoinSupport/GiveInfo?id=4",
|
|
|
|
|
|
+ routeParams: "/Layout/Join/GiveInfo?id=4",
|
|
id: 7.21,
|
|
id: 7.21,
|
|
name: "Individuals",
|
|
name: "Individuals",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- routeParams: "/Layout/JoinSupport/GiveInfo?id=5",
|
|
|
|
|
|
+ routeParams: "/Layout/Join/GiveInfo?id=5",
|
|
id: 7.22,
|
|
id: 7.22,
|
|
name: "Corporations Institutions",
|
|
name: "Corporations Institutions",
|
|
},
|
|
},
|
|
@@ -199,22 +203,22 @@ export const topData: TOP_DATA[] = [
|
|
routeParams: { name: "About" },
|
|
routeParams: { name: "About" },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- routeParams: { name: "About", query: { scroll: 352 } },
|
|
|
|
|
|
+ routeParams: { name: "About", query: { scroll: 0 } },
|
|
id: 8.1,
|
|
id: 8.1,
|
|
name: "From the Director",
|
|
name: "From the Director",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- routeParams: { name: "About", query: { scroll: 816 } },
|
|
|
|
|
|
+ routeParams: { name: "About", query: { scroll: 1 } },
|
|
id: 8.2,
|
|
id: 8.2,
|
|
name: "History",
|
|
name: "History",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- routeParams: { name: "About", query: { scroll: 1319 } },
|
|
|
|
|
|
+ routeParams: { name: "About", query: { scroll: 2 } },
|
|
id: 8.3,
|
|
id: 8.3,
|
|
name: "Partners & Connections",
|
|
name: "Partners & Connections",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- routeParams: { name: "About", query: { scroll: 1525 } },
|
|
|
|
|
|
+ routeParams: { name: "About", query: { scroll: 3 } },
|
|
id: 8.4,
|
|
id: 8.4,
|
|
name: "Contact",
|
|
name: "Contact",
|
|
},
|
|
},
|