Update routes and URL handling for product pages and improve prerender behavior. Changes include: - data/pricing.json: change summer camp URL to the canonical "/summer-camp" path. - nuxt.config.js: set prerender.failOnError = false and clean up the prerender routes list (replace old product slugs with new ones, remove duplicated entries, and consolidate gallery/news/calendar/stories routes). - pages/destinations/[id].vue: switch product links to use a productUrl helper and add mapping rules so autumn-*/winter-* IDs route to /products/autumn and /products/winter, and the summer-camp ID routes to /summer-camp. These changes align link generation with updated product routes and make prerendering more robust.
101 行
3.4 KiB
JSON
101 行
3.4 KiB
JSON
{
|
|
"products": [
|
|
{
|
|
"id": "v9-5d4n-forest",
|
|
"name": "额吉的故乡V9·5天4晚 森林版",
|
|
"priceLabel": "2580元起",
|
|
"priceNote": "舒适套餐2580-4780元/人,高档套餐3380-5880元/人,价格因出行日期和住宿等级不同",
|
|
"highlights": [
|
|
"草原+大兴安岭森林双线深度",
|
|
"森林小火车+兴安神鹿园",
|
|
"恩和骑马+全地形越野车"
|
|
],
|
|
"url": "/products/v9-5d4n-forest"
|
|
},
|
|
{
|
|
"id": "v9-5d4n-prairie",
|
|
"name": "额吉的故乡V9·5天4晚 草原版",
|
|
"priceLabel": "2580元起",
|
|
"priceNote": "舒适套餐2580-4780元/人,高档套餐3380-5880元/人,价格因出行日期和住宿等级不同",
|
|
"highlights": [
|
|
"草原+边境+满洲里不进森林",
|
|
"寻龙诀秘境+套娃大马戏",
|
|
"巴尔虎马之舞实景演出"
|
|
],
|
|
"url": "/products/v9-5d4n-prairie"
|
|
},
|
|
{
|
|
"id": "v9-6d5n-family",
|
|
"name": "额吉的故乡V9·6天5晚 亲子版",
|
|
"priceLabel": "2980元起",
|
|
"priceNote": "舒适套餐2980-5480元/人,高档套餐3980-6980元/人,主推亲子路线",
|
|
"highlights": [
|
|
"自有营地旅拍+非遗研学+骑马",
|
|
"套娃大马戏+马之舞实景演出",
|
|
"专为带孩子的家庭设计"
|
|
],
|
|
"url": "/products/v9-6d5n-family"
|
|
},
|
|
{
|
|
"id": "v9-6d5n-explore",
|
|
"name": "额吉的故乡V9·6天5晚 探索版",
|
|
"priceLabel": "2980元起",
|
|
"priceNote": "舒适套餐2980-5480元/人,高档套餐3980-6980元/人,含自有营地旅拍+两次骑马",
|
|
"highlights": [
|
|
"自有营地旅拍+大力山穿越",
|
|
"恩和+黑山头两次骑马",
|
|
"寻龙诀秘境+满洲里国门"
|
|
],
|
|
"url": "/products/v9-6d5n-explore"
|
|
},
|
|
{
|
|
"id": "v9-7d6n-family",
|
|
"name": "额吉的故乡V9·7天6晚 亲子版",
|
|
"priceLabel": "3680元起",
|
|
"priceNote": "舒适套餐3680-6280元/人,高档套餐4580-7980元/人,最完整亲子深度版",
|
|
"highlights": [
|
|
"自有营地旅拍+非遗传承人授课",
|
|
"森林小火车+驯鹿+蒙古文化",
|
|
"寻龙诀秘境+套娃+马之舞"
|
|
],
|
|
"url": "/products/v9-7d6n-family"
|
|
},
|
|
{
|
|
"id": "v9-7d6n-wild",
|
|
"name": "额吉的故乡V9·7天6晚 旷野版",
|
|
"priceLabel": "6480元起",
|
|
"priceNote": "高端套餐6480-8680元/人,含装甲车穿越+湿地漂流+帐篷营地+航拍",
|
|
"highlights": [
|
|
"装甲车穿越+湿地漂流",
|
|
"帐篷营地+草原木屋特色住宿",
|
|
"寻龙诀秘境+专业航拍"
|
|
],
|
|
"url": "/products/v9-7d6n-wild"
|
|
},
|
|
{
|
|
"id": "summer-camp",
|
|
"name": "小蒙马夏令营",
|
|
"priceLabel": "详询定制师",
|
|
"priceNote": "每期仅限8组家庭,名额有限,请提前联系定制师了解营期和报名方式",
|
|
"highlights": [
|
|
"草原写生·非遗研学·民俗体验",
|
|
"每期仅限8组家庭",
|
|
"含爸妈托管时段"
|
|
],
|
|
"url": "/summer-camp"
|
|
},
|
|
{
|
|
"id": "autumn",
|
|
"name": "游牧的森林·秋季产品",
|
|
"priceLabel": "详询定制师",
|
|
"priceNote": "秋季产品根据出行日期和人数定制,请联系定制师获取最新报价",
|
|
"highlights": [
|
|
"大兴安岭秋色",
|
|
"白桦林金黄",
|
|
"额尔古纳秋景"
|
|
],
|
|
"url": "/products/autumn"
|
|
}
|
|
]
|
|
}
|