|
@@ -34,6 +34,26 @@ const router = [
|
|
path: '/xjc-integratedmachine/personcenter/info/info_index',
|
|
path: '/xjc-integratedmachine/personcenter/info/info_index',
|
|
component: () => import('@/views/xjc-integratedmachine/personcenter/info/info_index.vue'),
|
|
component: () => import('@/views/xjc-integratedmachine/personcenter/info/info_index.vue'),
|
|
},
|
|
},
|
|
|
|
+ //彩虹图列表页
|
|
|
|
+ {
|
|
|
|
+ path: '/xjc-integratedmachine/personcenter/wakeup/rainbow_chart_list',
|
|
|
|
+ component: () => import('@/views/xjc-integratedmachine/personcenter/wakeup/rainbow_chart_list.vue'),
|
|
|
|
+ },
|
|
|
|
+ //彩虹图详情页
|
|
|
|
+ {
|
|
|
|
+ path: '/xjc-integratedmachine/personcenter/wakeup/rainbow_chart_detail',
|
|
|
|
+ component: () => import('@/views/xjc-integratedmachine/personcenter/wakeup/rainbow_chart_detail.vue'),
|
|
|
|
+ },
|
|
|
|
+ //生涯成熟度报告列表页
|
|
|
|
+ {
|
|
|
|
+ path: '/xjc-integratedmachine/personcenter/wakeup/career_maturity_list',
|
|
|
|
+ component: () => import('@/views/xjc-integratedmachine/personcenter/wakeup/career_maturity_list.vue'),
|
|
|
|
+ },
|
|
|
|
+ //生涯成熟度报告详情页
|
|
|
|
+ {
|
|
|
|
+ path: '/xjc-integratedmachine/personcenter/wakeup/career_maturity_detail',
|
|
|
|
+ component: () => import('@/views/xjc-integratedmachine/personcenter/wakeup/career_maturity_detail.vue'),
|
|
|
|
+ },
|
|
|
|
|
|
]
|
|
]
|
|
|
|
|