crm_new.ts 2.6 KB
/*
 * @Date: 2021-03-25 14:05:27
 * @LastEditors: wangqiang@feewee.cn
 * @LastEditTime: 2021-04-07 16:04:11
 */
export default [
  // 新 售前CRM 系统
  {
    path: '/crm/settings', // 设置
    component: './crm_new/Settings',
  },
  {
    path: '/crm/followUpSettings', // 跟进设置 ----- 龚昆
    component: './crm_new/Settings/subpages/followUpSettings',
  },
  {
    path: '/crm/RewardForEmployeeRecruitment', // 员工分享成交奖励设置 ----- 龚昆
    component: './crm_new/Settings/subpages/RewardForEmployeeRecruitment',
  },
  {
    path: '/crm/FirstCustomerRecommendationReward', // 首客推荐奖励设置 ----- 龚昆
    component: './crm_new/Settings/subpages/FirstCustomerRecommendationReward',
  },
  {
    path: '/crm/collectionRegionSetting', // 集客归属地设置
    component: './crm_new/Settings/subpages/CollectionRegionSetting',
  },
  {
    path: '/crm/collectionFollowSetting', // 集客跟进设置
    component: './crm_new/Settings/subpages/CollectionFollowSetting',
  },
  {
    path: '/crm/potentialCollectionFollowSetting', // 潜客跟进设置
    component: './crm_new/Settings/subpages/PotentialCollectionFollowSetting',
  },
  {
    path: '/crm/intelligentRatingSettings', // 智能评级设置
    component: './crm_new/IntelligentRatingSettings',
  },
  {
    path: '/crm/brokerRuleSettings', // 经纪人规则设置
    component: './crm_new/BrokerRuleSettings',
  },
  {
    path: '/crm/interViewSetting', // 保有客面访配置
    component: './crm_new/InterViewSetting',
  },
  {
    path: '/crm/channelImport', // 第三方渠道导入记录
    component: './crm_new/ChannelImport',
  },
  {
    path: '/crm/tragetProportion', // 目标和占比设置
    component: './crm_new/TargetAndProportion',
  },
  {
    path: '/crm/addTragetProportion', // 添加目标和占比设置
    component: './crm_new/TargetAndProportion/subpages/AddNewSetting',
  },
  {
    path: '/crm/clueToStore', // 线索到店设置
    component: './crm_new/ClueStoreSetting',
  },
  {
    path: '/crm/clueAscription', // 三方平台线索归属配置
    component: './crm_new/ClueAscription',
  },
  {
    path: '/crm/addClueAscription', // 添加三方平台线索归属配置
    component: './crm_new/ClueAscription/subpages/AddSetting',
  },
  {
    path: '/crm/onlineShopImport', // 网销店导入
    component: './crm_new/OnlineImport',
  },
  {
    path: '/crm/threePartyPlatformClue', // 三方平台线索配置
    component: './crm_new/ThreePartyPlatformClue',
  },
    {
    path: '/crm/closeClue', // 暂停区域线索站岗分配
    component: './crm_new/Settings/subpages/CloseClue',
  },
];