xlb-main-login
Version:
``` yarn install ```
428 lines (425 loc) • 14 kB
JavaScript
import Basic from '@/layouts/Basic'
import Panel from '@/layouts/components/Panel'
export default {
path: '/operation',
name: 'operation',
redirect: '/operation/interact',
component: Basic,
meta: {
title: '客户运营',
},
children: [
{
path: '/operation/interact',
component: Panel,
name: 'operation-interact',
redirect: '/operation/interact/greetinglist',
meta: {
title: '互动留存',
icon: require('@/common/static/images/hudongliucunred.svg'),
unIcon: require('@/common/static/images/hudongliucungray.svg'),
},
children: [
{
path: '/operation/interact/greetinglist',
name: 'operation-interact-greetinglist',
component: () => import('@/components/wechat/greetinglist'),
meta: {
title: '好友欢迎语',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/greeting',
name: 'operation-interact-greeting',
component: () => import('@/components/wechat/greeting'),
hidden: true,
meta: {
title: '新增好友欢迎语',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/personcircles',
name: 'operation-interact-personcircles',
component: () => import('@/components/wechat/personcircles'),
meta: {
title: '朋友圈展示',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/wechatCircles',
name: 'operation-interact-wechatCircles',
hidden: true,
component: () => import('@/components/wechat/wechatCircles'),
meta: {
title: '企业朋友圈编辑',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/quickReply',
name: 'operation-interact-quickReply',
component: () => import('@/components/wechat/quickReply'),
meta: {
title: '快捷话术',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/quickReplyEdit',
name: 'operation-interact-quickReplyEdit',
component: () => import('@/components/wechat/quickReplyEdit'),
hidden: true,
meta: {
title: '新增快捷话术',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/smartRadar',
name: 'operation-interact-smartRadar',
component: () => import('@/components/wechat/smartRadar'),
meta: {
title: '智能雷达',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/smartRadarEdit',
name: 'operation-interact-smartRadarEdit',
component: () => import('@/components/wechat/smartRadarEdit'),
hidden: true,
meta: {
title: '新增智能雷达',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/smartRadarDetail',
name: 'operation-interact-smartRadarDetail',
component: () => import('@/components/wechat/smartRadarDetail'),
hidden: true,
meta: {
title: '详情',
},
},
{
path: '/operation/interact/customerSopPage',
name: 'operation-interact-customerSopPage',
component: () => import('@/views/weCom/keepalive/customerSop/customerSopPage'),
meta: {
title: '客户SOP',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/customerSopCreate',
name: 'operation-interact-customerSopCreate',
component: () => import('@/views/weCom/keepalive/customerSop/customerSopCreate'),
hidden: true,
meta: {
title: '新增客户SOP',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/groupsoplist',
name: 'operation-interact-groupsoplist',
component: () => import('@/components/wechat/groupsoplist'),
meta: {
title: '客户群SOP',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/interact/groupsopcreate',
name: 'operation-interact-groupsopcreate',
hidden: true,
component: () => import('@/components/wechat/groupsopcreate'),
meta: {
title: '新增客户群SOP',
enable: false,
routeEnable: false,
},
},
{
path: '/work/convert/group/clock/in/list',
name: 'work-convert-groupclockinlist',
component: () => import('@/components/wechat/groupSignIn/groupSignInList'),
meta: {
title: '群打卡',
enable: false,
routeEnable: false,
},
},
{
path: '/work/convert/group/clock/in/analysis',
name: 'work-convert-groupclockinanalysis',
component: () => import('@/components/wechat/groupSignIn/dataAnalyze'),
hidden: true,
meta: {
title: '数据分析',
enable: false,
routeEnable: false,
},
},
{
path: '/work/convert/group/clock/in/add',
name: 'work-convert-groupclockinanalysisadd',
component: () => import('@/components/wechat/groupSignIn/add'),
hidden: true,
meta: {
title: '数据分析',
enable: false,
routeEnable: false,
},
},
],
},
{
path: '/operation/redpack',
component: Panel,
name: 'operation-redpack',
redirect: '/operation/redpack/wechatredpacklist',
meta: {
title: '红包工具',
icon: require('@/common/static/images/redpackred.svg'),
unIcon: require('@/common/static/images/redpackgray.svg'),
},
children: [
{
path: '/operation/redpack/wechatredpackcreate',
name: 'operation-redpack-wechatredpackcreate',
hidden: true,
component: () => import('@/components/wechat/redpack/wechatredpackcreate'),
meta: {
title: '新增客户红包',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/redpack/wechatredpacklist',
name: 'operation-redpack-wechatredpacklist',
component: () => import('@/components/wechat/redpack/wechatredpacklist'),
meta: {
title: '客户红包',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/redpack/wechatredpackanalysis',
name: 'operation-redpack-wechatredpackanalysis',
hidden: true,
component: () => import('@/components/wechat/redpack/wechatredpackanalysis'),
meta: {
title: '客户红包数据分析',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/redpack/wechatredpackqunlist',
name: 'operation-redpack-wechatredpackqunlist',
component: () => import('@/components/wechat/redpack/wechatredpackqunlist'),
meta: {
title: '客户群红包',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/redpack/wechatredpackcreate',
name: 'operation-redpack-wechatredpackcreate',
hidden: true,
component: () => import('@/components/wechat/redpack/wechatredpackcreate'),
meta: {
title: '新增客户群红包',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/redpack/wechatredpackqunanalysis',
name: 'operation-redpack-wechatredpackqunanalysis',
hidden: true,
component: () => import('@/components/wechat/redpack/wechatredpackqunanalysis'),
meta: {
title: '客户群红包数据分析',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/redpack/wechatredpackanalysis',
name: 'operation-redpack-wechatredpackanalysis',
component: () => import('@/components/wechat/redpack/wechatredpackanalysis'),
meta: {
title: '数据分析',
enable: false,
routeEnable: false,
},
},
],
},
{
path: '/operation/mass',
component: Panel,
name: 'operation-mass',
redirect: '/operation/mass/customqunfalist',
meta: {
title: '群发促活',
icon: require('@/common/static/images/qunfacuhuored.svg'),
unIcon: require('@/common/static/images/qunfacuhuogray.svg'),
},
children: [
{
path: '/operation/mass/customqunfalist',
name: 'operation-mass-customqunfalist',
component: () => import('@/components/wechat/customqunfalist'),
meta: {
title: '客户群发',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/mass/customqunfa',
name: 'operation-mass-customqunfa',
hidden: true,
component: () => import('@/components/wechat/customqunfa'),
meta: {
title: '新增客户群发',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/mass/customGroupPostingAnalysis',
name: 'operation-mass-customGroupPostingAnalysis',
hidden: true,
component: () => import('@/components/wechat/customGroupPostingAnalysis'),
meta: {
title: '客户群发详情',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/mass/groupqunfalist',
name: 'operation-mass-groupqunfalist',
component: () => import('@/components/wechat/groupqunfalist'),
meta: {
title: '客户群群发',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/mass/groupqunfa',
name: 'operation-mass-groupqunfa',
hidden: true,
component: () => import('@/components/wechat/groupqunfa'),
meta: {
title: '新增客户群群发',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/mass/customGroupPostingDetails',
name: 'operation-mass-customGroupPostingDetails',
hidden: true,
component: () => import('@/components/wechat/customGroupPostingDetails'),
meta: {
title: '客户群群发详情',
enable: false,
routeEnable: false,
},
},
],
},
{
path: '/operation/live',
component: Panel,
name: 'operation-live',
redirect: '/operation/live/liveStatistics',
meta: {
title: '直播管理',
icon: require('@/common/static/images/zhiboguanlired.svg'),
unIcon: require('@/common/static/images/zhiboguanligray.svg'),
},
children: [
{
path: '/operation/live/liveStatistics',
name: 'operation-live-liveStatistics',
component: () => import('@/components/wechat/liveStatistics'),
meta: {
title: '直播管理',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/live/liveBroadcastCreation',
name: 'operation-live-liveBroadcastCreation',
hidden: true,
component: () => import('@/components/wechat/liveBroadcastCreation'),
meta: {
title: '创建直播管理',
enable: false,
routeEnable: false,
},
},
{
path: '/operation/live/liveStatisticsDetail',
name: 'operation-live-liveStatisticsDetail',
hidden: true,
component: () => import('@/components/wechat/liveStatisticsDetail'),
meta: {
title: '直播详情',
enable: false,
routeEnable: false,
},
},
],
},
{
path: '/operation/manual',
redirect: '/operation/manual/manual',
name: 'operation-manual',
component: Panel,
meta: {
title: '使用手册',
icon: require('@/common/static/images/schoolgray.svg'),
unIcon: require('@/common/static/images/schoolgray.svg'),
},
children: [
{
path: '/operation/manual/manual',
name: 'operation-manual-manual',
component: () => import('@/components/wechat/manual'),
meta: {
title: '使用手册',
enable: true,
routeEnable: false,
},
},
],
},
],
}