|
@@ -6,8 +6,8 @@ export default [
|
|
|
},
|
|
|
// 订阅推送
|
|
|
{
|
|
|
- path: '/sub-push',
|
|
|
- name: 'sub-push',
|
|
|
+ path: '/big_subscribe',
|
|
|
+ name: 'big_subscribe',
|
|
|
component: () => import('@/views/SubPush.vue')
|
|
|
},
|
|
|
// 潜在客户/对手
|
|
@@ -16,57 +16,51 @@ export default [
|
|
|
name: 'potential_cor_list',
|
|
|
component: () => import('@/views/PotentialList.vue')
|
|
|
},
|
|
|
- // 周报详情
|
|
|
{
|
|
|
- path: '/empty-demo',
|
|
|
- name: 'empty-demo',
|
|
|
- component: () => import('@/views/EmptyDemo.vue')
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/report/week',
|
|
|
- name: 'week',
|
|
|
+ path: '/bigvip_subreport_week',
|
|
|
+ name: 'bigvip_subreport_week',
|
|
|
component: () => import('@/views/reportData/pageWeek.vue')
|
|
|
},
|
|
|
// 月报详情
|
|
|
{
|
|
|
- path: '/report/month',
|
|
|
- name: 'month',
|
|
|
+ path: '/bigvip_subreport_month',
|
|
|
+ name: 'bigvip_subreport_month',
|
|
|
component: () => import('@/views/reportData/pageMonth.vue')
|
|
|
},
|
|
|
// 中标企业预测
|
|
|
{
|
|
|
- path: '/bidforecast',
|
|
|
- name: 'bidforecast',
|
|
|
+ path: '/ai_search',
|
|
|
+ name: 'ai_search',
|
|
|
component: () => import('@/views/bid-forecast/BidForecast.vue')
|
|
|
},
|
|
|
// 中标企业预测-预测
|
|
|
{
|
|
|
- path: '/bidforlimit/:ptid/:sourceinfoid',
|
|
|
- name: 'bidforlimit',
|
|
|
+ path: '/ai_add/:ptid/:sourceinfoid',
|
|
|
+ name: 'ai_add',
|
|
|
component: () => import('@/views/bid-forecast/BidForecastLimit.vue')
|
|
|
},
|
|
|
// 投标决策分析
|
|
|
{
|
|
|
- path: '/bidpolicy',
|
|
|
- name: 'bidpolicy',
|
|
|
+ path: '/analysis_search',
|
|
|
+ name: 'analysis_search',
|
|
|
component: () => import('@/views/bid-policy/BidPolicy.vue')
|
|
|
},
|
|
|
// 企业情报监控
|
|
|
{
|
|
|
- path: '/entintel',
|
|
|
- name: 'entintel',
|
|
|
+ path: '/ent_follow',
|
|
|
+ name: 'ent_follow',
|
|
|
component: () => import('@/views/ent-intel/EntIntel.vue')
|
|
|
},
|
|
|
// 潜在项目预测
|
|
|
{
|
|
|
- path: '/potential',
|
|
|
- name: 'potential',
|
|
|
+ path: '/forecast_list',
|
|
|
+ name: 'forecast_list',
|
|
|
component: () => import('@/views/potential-for/PotenTial.vue')
|
|
|
},
|
|
|
// 潜在项目预测--相似项目
|
|
|
{
|
|
|
- path: '/potensimilar',
|
|
|
- name: 'potensimilar',
|
|
|
+ path: '/analysis_filter',
|
|
|
+ name: 'analysis_filter',
|
|
|
component: () => import('@/views/potential-for/PotenSimilar.vue')
|
|
|
},
|
|
|
{
|
|
@@ -76,14 +70,14 @@ export default [
|
|
|
},
|
|
|
// 采购单位画像
|
|
|
{
|
|
|
- path: '/unitportrayal/:entName',
|
|
|
- name: 'unitportrayal',
|
|
|
+ path: '/unit_portrayal/:entName',
|
|
|
+ name: 'unit_portrayal',
|
|
|
component: () => import('@/views/portrayal/UnitPortrayal.vue')
|
|
|
},
|
|
|
// 企业画像
|
|
|
{
|
|
|
- path: '/entportrayal/:eId',
|
|
|
- name: 'entportrayal',
|
|
|
+ path: '/ent_portrait/:eId',
|
|
|
+ name: 'ent_portrait',
|
|
|
component: () => import('@/views/portrayal/EntPortrayal.vue')
|
|
|
},
|
|
|
// 项目信息
|
|
@@ -94,8 +88,8 @@ export default [
|
|
|
},
|
|
|
// 投标决策分析结果页
|
|
|
{
|
|
|
- path: '/analysis/result/:ptid/:sourceinfoid',
|
|
|
- name: 'analysisResult',
|
|
|
+ path: '/analysis_result/:ptid/:sourceinfoid',
|
|
|
+ name: 'analysis_result',
|
|
|
component: () => import('@/views/bid-policy/AnalysisResult.vue')
|
|
|
},
|
|
|
// 业务范围
|