企微助手 ,仓库名 短剧

allRouter.js 33KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099
  1. const INDEX = () => import(/* webpackChunkName: 'INDEX' */'@/components/Index/index.vue')
  2. const Home = () => import(/* webpackChunkName: 'Home' */'@/components/Home.vue')
  3. const homeData = () => import(/* webpackChunkName: 'homeData' */'@/components/HomeData.vue')
  4. const customManage = () => import(/* webpackChunkName: 'customManage' */ '@/components/customManage/manage.vue')
  5. const employee_bulk_messaging_log = () => import(/* webpackChunkName: 'employee_bulk_messaging_log' */ '@/components/customOperate/employee_bulk_messaging_log.vue')
  6. const smartPush = () => import(/* webpackChunkName: 'smartPush' */ '@/components/smartPush/ruleList.vue')
  7. const pushRecords = () => import(/* webpackChunkName: 'pushRecords' */ '@/components/smartPush/pushRecords.vue')
  8. const smartPushV2 = () => import(/* webpackChunkName: 'smartPushV2' */ '@/components/smartPushV2/ruleList.vue')
  9. const pushRecordsV2 = () => import(/* webpackChunkName: 'pushRecordsV2' */ '@/components/smartPushV2/pushRecords.vue')
  10. const smartPushV3 = () => import(/* webpackChunkName: 'smartPushV3' */ '@/components/smartPushV3/index.vue')
  11. const templateListV3 = () => import(/* webpackChunkName: 'templateListV3' */ '@/components/smartPushV3/templateList.vue')
  12. const pushDetailV3 = () => import(/* webpackChunkName: 'pushDetailV3' */ '@/components/smartPushV3/detailList.vue')
  13. const pushRecordsV3 = () => import(/* webpackChunkName: 'pushRecordsV3' */ '@/components/smartPushV3/pushRecords.vue')
  14. const sop = () => import(/* webpackChunkName: 'sop' */ '@/components/sop/index.vue')
  15. const createSop = () => import(/* webpackChunkName: 'createSop' */ '@/components/sop/createSop.vue')
  16. const chatGroup = () => import(/* webpackChunkName: 'chatGroup' */ '@/components/customOperate/chatGroup/index.vue')
  17. const groupList = () => import(/* webpackChunkName: 'groupList' */ '@/components/customOperate/chatGroup/groupList.vue')
  18. const customerFriendsCircle = () => import(/* webpackChunkName: 'customerFriendsCircle' */ '@/components/customOperate/friendsCircle/index.vue')
  19. const sideTool = () => import(/* webpackChunkName: 'sideTool' */ '@/components/customOperate/sideTool/index.vue')
  20. const blackList = () => import(/* webpackChunkName: 'blackList' */ '@/components/customManage/blackList.vue')
  21. const welcomeMsg = () => import(/* webpackChunkName: 'welcomeMsg' */ '@/components/customOperate/welcomeMsg.vue')
  22. const welcom_message = () => import(/* webpackChunkName: 'welcom_message' */ '@/components/customOperate/welcom_message.vue')
  23. const lostCustomer = () => import(/* webpackChunkName: 'lostCustomer' */ '@/components/customManage/lostCustomer.vue')
  24. const customerTransfer = () => import(/* webpackChunkName: 'customerTransfer' */ '@/components/customManage/customerTransfer.vue')
  25. const transferRecord = () => import(/* webpackChunkName: 'transferRecord' */ '@/components/customManage/transferRecord.vue')
  26. const authorityManage = () => import(/* webpackChunkName: 'authorityManage' */ '@/components/manage/authorityManage.vue')
  27. const memberManage = () => import(/* webpackChunkName: 'memberManage' */ '@/components/manage/memberManage.vue')
  28. const tagManage = () => import(/* webpackChunkName: 'tagManage' */ '@/components/manage/tagManage.vue')
  29. const customerWarning = () => import(/* webpackChunkName: 'customerWarning' */ '@/components/warningManage/customerWarning.vue')
  30. const warningListInstall = () => import(/* webpackChunkName: 'warningListInstall' */ '@/components/warningManage/warningListInstall.vue')
  31. const permissionManage = () => import(/* webpackChunkName: 'permissionManage' */ '@/components/manage/permissionManage.vue')
  32. const roleManage = () => import(/* webpackChunkName: 'roleManage' */ '@/components/manage/roleManage.vue')
  33. const menuManage = () => import(/* webpackChunkName: 'menuManage' */ '@/components/manage/menuManage.vue')
  34. const systemMsg = () => import(/* webpackChunkName: 'systemMsg' */ '@/components/manage/systemMsg/index.vue')
  35. const feedback = () => import(/* webpackChunkName: 'feedback' */ '@/components/feedback/index.vue')
  36. const orderPercent = () => import(/* webpackChunkName: 'orderPercent' */ '@/components/manage/orderPercent/index.vue')
  37. const thePublic = () => import(/* webpackChunkName: 'thePublic' */ '@/components/dataBoard/thePublic.vue')
  38. const playletData = () => import(/* webpackChunkName: 'playletData' */ '@/components/dataBoard/playletData.vue')
  39. const operateDayRetrieve = () => import(/* webpackChunkName: 'operateDayRetrieve' */ '@/components/dataBoard/operateDayRetrieve.vue')
  40. const populariz = () => import(/* webpackChunkName: 'populariz' */ '@/components/dataBoard/populariz/index.vue')
  41. const sendData = () => import(/* webpackChunkName: 'sendData' */ '@/components/dataBoard/sendData/index.vue')
  42. const promotionData = () => import(/* webpackChunkName: 'promotionData' */ '@/components/dataBoard/promotionData.vue')
  43. const throwPerson = () => import(/* webpackChunkName: 'throwPerson' */ '@/components/dataBoard/throwPerson/index.vue')
  44. const regRangeReport = () => import(/* webpackChunkName: 'regRangeReport' */ '@/components/dataBoard/regRangeReport.vue')
  45. const regRangeReportHS = () => import(/* webpackChunkName: 'regRangeReportHS' */ '@/components/dataBoard/regRangeReportHS.vue')
  46. const orderData = () => import(/* webpackChunkName: 'orderData' */ '@/components/dataBoard/orderData.vue')
  47. const chatGroupData = () => import(/* webpackChunkName: 'chatGroupData' */ '@/components/dataBoard/chatGroupData.vue')
  48. const dramaManage = () => import(/* webpackChunkName: 'dramaManage' */ '@/components/dataBoard/dramaManage.vue')
  49. const charge = () => import(/* webpackChunkName: 'charge' */ '@/components/orderManage/charge.vue')
  50. const wxAccountList = () => import(/* webpackChunkName: 'wxAccountList' */ '@/components/dataBoard/wxAccount/list.vue')
  51. const wxAccountListHS = () => import(/* webpackChunkName: 'wxAccountListHS' */ '@/components/dataBoard/wxAccountHS/list.vue')
  52. const adqAccountList = () => import(/* webpackChunkName: 'adqAccountList' */ '@/components/dataBoard/adqAccount/list.vue')
  53. const adqBindPid = () => import(/* webpackChunkName: 'adqBindPid' */ '@/components/dataBoard/adqAccount/adqBindPid.vue')
  54. const adqAccountListHS = () => import(/* webpackChunkName: 'adqAccountListHS' */ '@/components/dataBoard/adqAccountHS/list.vue')
  55. const thePublicTrend = () => import(/* webpackChunkName: 'thePublicTrend' */ '@/components/dataBoard/thePublicTrend.vue')
  56. const playletFansActTrend = () => import(/* webpackChunkName: 'playletFansActTrend' */ '@/components/dataBoard/playletFansActTrend.vue')
  57. const batchAddFriend = () => import(/* webpackChunkName: 'batchAddFriend' */ '@/components/marketingGuest/batchAddFriend/index.vue')
  58. const importRecord = () => import(/* webpackChunkName: 'importRecord' */ '@/components/marketingGuest/batchAddFriend/addFriend/importRecord.vue')
  59. const importRecordDetial = () => import(/* webpackChunkName: 'importRecordDetial' */ '@/components/marketingGuest/batchAddFriend/addFriend/importRecordDetial.vue')
  60. const yxOrderData = () => import('@/components/dataBoard/yxOrderData.vue')
  61. // const putOnwarning = () => import(/* webpackChunkName: 'putOnwarning' */ '@/components/dataBoard/putOnwarning/warningManage.vue')
  62. // const massMsgDetail = () => import(/* webpackChunkName: 'massMsgDetail' */ '@/components/customOperate/massMsgDetail/index.vue')
  63. const codeIndex = () => import(/* webpackChunkName: 'codeIndex' */ '@/components/channelCode/codeIndex.vue')
  64. const code_dataAnalyse = () => import(/* webpackChunkName: 'dataAnalyse' */ '@/components/channelCode/dataAnalyse.vue')
  65. const createChannelCode = () => import(/* webpackChunkName: 'createChannelCode' */ '@/components/channelCode/createChannelCode.vue')
  66. const radarIndex = () => import(/* webpackChunkName: 'radarIndex' */ '@/components/customOperate/sideTool/smartRadar/index.vue')
  67. const groupCodeIndex = () => import(/* webpackChunkName: 'groupCodeIndex' */ '@/components/groupCode/index.vue')
  68. const createGroupCode = () => import(/* webpackChunkName: 'createGroupCode' */ '@/components/groupCode/createGroupCode.vue')
  69. const groupCodeAnalyse = () => import(/* webpackChunkName: 'groupCodeAnalyse' */ '@/components/groupCode/groupCodeAnalyse.vue')
  70. const forwardMsgRecord = () => import(/* webpackChunkName: 'forwardMsgRecord' */ '@/components/forwardMsgRecord/index.vue')
  71. // 数据看板 - 账号数据趋势
  72. const accountTrends = () => import(/* webpackChunkName: 'accountTrends' */ '@/components/dataBoard/accountTrends.vue')
  73. // 数据看板 - 短剧数据趋势
  74. const shortDramaTrends = () => import(/* webpackChunkName: 'shortDramaTrends' */ '@/components/dataBoard/shortDramaTrends.vue')
  75. // 数据看板 - 粉丝激活趋势
  76. const fansActiveTrends = () => import(/* webpackChunkName: 'fansActiveTrends' */ '@/components/dataBoard/fansActiveTrends.vue')
  77. // 数据看板 - 用户流失趋势
  78. const loseUserTrends = () => import(/* webpackChunkName: 'loseUserTrends' */ '@/components/dataBoard/loseUserTrends.vue')
  79. // 数据看板 - 运营端数据
  80. const operator = () => import(/* webpackChunkName: 'operator' */ '@/components/dataBoard/operator/index.vue')
  81. // 数据看板 - 公众号数据(新版 2023.03.23)
  82. const officialAccount = () => import(/* webpackChunkName: 'officialAccount' */ '@/components/dataBoard/officialAccount.vue')
  83. // 数据看板 - 充值数据
  84. const recharge = () => import(/* webpackChunkName: 'recharge' */ '@/components/dataBoard/recharge.vue')
  85. // 数据看板 - 充值数据
  86. const pitcherAdq = () => import(/* webpackChunkName: 'pitcherAdq' */ '@/components/dataBoard/pitcherAdq.vue')
  87. // 数据看板 - 客服数据统计
  88. const customerStaff = () => import(/* webpackChunkName: 'customerStaff' */ '@/components/dataBoard/customerStaff/index.vue')
  89. // 数据看板 - 导出列表(离线导出任务列表)
  90. const exportOffline = () => import(/* webpackChunkName: 'exportOffline' */ '@/components/dataBoard/exportOffline.vue')
  91. // 平台账号管理
  92. const accountManage = () => import(/* webpackChunkName: 'accountManage' */ '@/components/manage/accountManage/accountManage.vue')
  93. // 小程序管理
  94. const miniProManage = () => import(/* webpackChunkName: 'miniProManage' */ '@/components/manage/miniProManage/miniProManage.vue')
  95. // 企微助手 - 剧集管理
  96. // const playletManage = () => import(/* webpackChunkName: 'playletManage' */ '@/components/manage/playletManage/playletManage.vue')
  97. const materialLibrary = () => import(/* webpackChunkName: 'materialLibrary' */ '@/components/manage/materialLibrary/index.vue')
  98. const playletManage = () => import(/* webpackChunkName: 'playletManage' */ '@/components/manage/playletManageV2/index.vue')
  99. // 数据看板 - 平台推广数据
  100. const platformPromote = () => import(/* webpackChunkName: 'platformPromote' */ '@/components/dataBoard/platformPromote/index.vue')
  101. // 企微助手 - 客户分析
  102. const customerAnalysis = () => import(/* webpackChunkName: 'customerAnalysis' */ '@/components/customerAnalysis/index.vue')
  103. // 客户管理 - 客户阶段配置
  104. const phaseConfig = () => import(/* webpackChunkName: 'phaseConfig' */ '@/components/phaseConfig/index.vue')
  105. // 预警管理 - 客服异常预警
  106. const customerAlerts = () => import(/* webpackChunkName: 'customerAlerts' */ '@/components/customerAlerts/index.vue')
  107. // 设置管理 - 运营组
  108. const operatorGroup = () => import(/* webpackChunkName: 'operatorGroup' */ '@/components/operatorGroup/index.vue')
  109. // 设置管理 - 客服许可续期
  110. const license = () => import(/* webpackChunkName: 'license' */ '@/components/license/index.vue')
  111. // 预警管理 - 客户规模预警
  112. const customerWarn = () => import(/* webpackChunkName: 'customerWarn' */ '@/components/customerWarn/list.vue')
  113. const InviteIntoGroup = () => import(/* webpackChunkName: 'InviteIntoGroup' */ '@/components/manage/InviteIntoGroup/index.vue')
  114. const groupTransfer = () => import(/* webpackChunkName: 'groupTransfer' */ '@/components/groupTransfer/index.vue')
  115. const welcomeGroup = () => import(/* webpackChunkName: 'welcomeGroup' */ '@/components/welcomeGroup/index.vue')
  116. // name与菜单配置的页面路由一致
  117. // meta下isData:true为数据看板,否则为助手
  118. export var allRouter = [
  119. {
  120. path: '/',
  121. redirect: '/home',
  122. component: INDEX,
  123. children: [
  124. {
  125. path: 'home',
  126. name: 'home',
  127. component: Home,
  128. meta: {
  129. keepAlive: false,
  130. isLogin: true,
  131. title: '猎羽',
  132. }
  133. },
  134. {
  135. path: 'homeData',
  136. name: 'homeData',
  137. component: homeData,
  138. meta: {
  139. keepAlive: false,
  140. isLogin: true,
  141. title: '猎羽数据看板',
  142. isData: true
  143. }
  144. },
  145. {
  146. path: 'customManage',
  147. name: 'customManage',
  148. component: customManage,
  149. meta: {
  150. keepAlive: false,
  151. isLogin: true,
  152. title: '客户管理'
  153. }
  154. },
  155. {
  156. path: 'charge',
  157. name: 'charge',
  158. component: charge,
  159. meta: {
  160. keepAlive: false,
  161. isLogin: true,
  162. title: '充值订单管理'
  163. }
  164. },
  165. {
  166. path: 'batchAddFriend',
  167. name: 'batchAddFriend',
  168. component: batchAddFriend,
  169. meta: {
  170. keepAlive: false,
  171. isLogin: true,
  172. title: '批量加好友'
  173. }
  174. },
  175. {
  176. path: 'radarIndex',
  177. name: 'sideTool',
  178. component: radarIndex,
  179. meta: {
  180. keepAlive: false,
  181. isLogin: true,
  182. title: '智能雷达'
  183. }
  184. },
  185. {
  186. path: 'groupCodeIndex',
  187. name: 'groupCodeIndex',
  188. component: groupCodeIndex,
  189. meta: {
  190. keepAlive: false,
  191. isLogin: true,
  192. title: '渠道群活码'
  193. }
  194. },
  195. {
  196. path: 'createGroupCode',
  197. name: 'groupCodeIndex',
  198. component: createGroupCode,
  199. meta: {
  200. keepAlive: false,
  201. isLogin: true,
  202. title: '新建渠道群活码'
  203. }
  204. },
  205. {
  206. path: 'groupCodeAnalyse/:id',
  207. name: 'groupCodeIndex',
  208. component: groupCodeAnalyse,
  209. meta: {
  210. keepAlive: false,
  211. isLogin: true,
  212. title: '分析数据'
  213. }
  214. },
  215. {
  216. path: 'codeIndex',
  217. name: 'codeIndex',
  218. component: codeIndex,
  219. meta: {
  220. keepAlive: false,
  221. isLogin: true,
  222. title: '渠道活码'
  223. }
  224. },
  225. {
  226. path: 'dataAnalyse/:id',
  227. name: 'codeIndex',
  228. component: code_dataAnalyse,
  229. meta: {
  230. keepAlive: false,
  231. isLogin: true,
  232. title: '数据分析'
  233. }
  234. },
  235. {
  236. path: 'createChannelCode',
  237. name: 'codeIndex',
  238. component: createChannelCode,
  239. meta: {
  240. keepAlive: false,
  241. isLogin: true,
  242. title: '新建渠道活码'
  243. }
  244. },
  245. {
  246. path: 'importRecord',
  247. name: 'batchAddFriend',
  248. component: importRecord,
  249. meta: {
  250. keepAlive: false,
  251. isLogin: true,
  252. title: '导入记录'
  253. }
  254. },
  255. {
  256. path: 'importRecordDetial/:id',
  257. name: 'batchAddFriend',
  258. component: importRecordDetial,
  259. meta: {
  260. keepAlive: false,
  261. isLogin: true,
  262. title: '导入记录详情'
  263. }
  264. },
  265. //
  266. {
  267. path: 'blackList',
  268. name: 'blackList',
  269. component: blackList,
  270. meta: {
  271. keepAlive: false,
  272. isLogin: true,
  273. title: '黑名单'
  274. }
  275. },
  276. {
  277. path: 'lostCustomer',
  278. name: 'lostCustomer',
  279. component: lostCustomer,
  280. meta: {
  281. keepAlive: false,
  282. isLogin: true,
  283. title: '客户流失'
  284. }
  285. },
  286. {
  287. path: 'customerTransfer',
  288. name: 'customerTransfer',
  289. component: customerTransfer,
  290. meta: {
  291. keepAlive: false,
  292. isLogin: true,
  293. title: '客户迁移'
  294. }
  295. },
  296. {
  297. path: 'transferRecord/:type',
  298. name: 'customerTransfer',
  299. component: transferRecord,
  300. meta: {
  301. keepAlive: false,
  302. isLogin: true,
  303. title: '迁移记录'
  304. }
  305. },
  306. {
  307. path: 'customerFriendsCircle',
  308. name: 'customerFriendsCircle',
  309. component: customerFriendsCircle,
  310. meta: {
  311. keepAlive: false,
  312. isLogin: true,
  313. title: '客户朋友圈'
  314. }
  315. },
  316. {
  317. path: 'sideTool',
  318. name: 'sideTool',
  319. component: sideTool,
  320. meta: {
  321. keepAlive: false,
  322. isLogin: true,
  323. title: '侧边栏工具'
  324. }
  325. },
  326. {
  327. path: 'employee_bulk_messaging_log',
  328. name: 'employee_bulk_messaging_log',
  329. component: employee_bulk_messaging_log,
  330. meta: {
  331. keepAlive: false,
  332. isLogin: true,
  333. title: '员工群发记录'
  334. }
  335. },
  336. {
  337. path: 'smartPush',
  338. name: 'smartPush',
  339. component: smartPush,
  340. meta: {
  341. keepAlive: true,
  342. isLogin: true,
  343. title: '智能推送'
  344. }
  345. },
  346. {
  347. path: 'pushRecords',
  348. name: 'smartPush',
  349. component: pushRecords,
  350. meta: {
  351. keepAlive: false,
  352. isLogin: true,
  353. title: '推送记录'
  354. }
  355. },
  356. {
  357. path: 'smartPushV2',
  358. name: 'smartPushV2',
  359. component: smartPushV2,
  360. meta: {
  361. keepAlive: true,
  362. isLogin: true,
  363. title: '智能推送'
  364. }
  365. },
  366. {
  367. path: 'pushRecordsV2',
  368. name: 'smartPushV2',
  369. component: pushRecordsV2,
  370. meta: {
  371. keepAlive: false,
  372. isLogin: true,
  373. title: '推送记录'
  374. }
  375. },
  376. {
  377. path: 'smartPushV3',
  378. name: 'smartPushV3',
  379. component: smartPushV3,
  380. meta: {
  381. keepAlive: false,
  382. isLogin: true,
  383. title: '智能推送'
  384. }
  385. },
  386. {
  387. path: 'pushDetailV3',
  388. name: 'smartPushV3',
  389. component: pushDetailV3,
  390. meta: {
  391. keepAlive: true,
  392. isLogin: true,
  393. title: '分组详情'
  394. }
  395. },
  396. {
  397. path: 'templateListV3',
  398. name: 'smartPushV3',
  399. component: templateListV3,
  400. meta: {
  401. keepAlive: false,
  402. isLogin: true,
  403. title: '模板分组详情'
  404. }
  405. },
  406. {
  407. path: 'pushRecordsV3',
  408. name: 'smartPushV3',
  409. component: pushRecordsV3,
  410. meta: {
  411. keepAlive: false,
  412. isLogin: true,
  413. title: '推送记录'
  414. }
  415. },
  416. {
  417. path: 'sop',
  418. name: 'sop',
  419. component: sop,
  420. meta: {
  421. keepAlive: false,
  422. isLogin: true,
  423. title: 'SOP设置'
  424. }
  425. },
  426. {
  427. path: 'createSop',
  428. name: 'sop',
  429. component: createSop,
  430. meta: {
  431. keepAlive: false,
  432. isLogin: true,
  433. title: 'SOP设置'
  434. }
  435. },
  436. {
  437. path: 'chatGroup',
  438. name: 'chatGroup',
  439. component: chatGroup,
  440. meta: {
  441. keepAlive: false,
  442. isLogin: true,
  443. title: '客户群群发'
  444. }
  445. },
  446. {
  447. path: 'groupList',
  448. name: 'groupList',
  449. component: groupList,
  450. meta: {
  451. keepAlive: false,
  452. isLogin: true,
  453. title: '客户群管理'
  454. }
  455. },
  456. {
  457. path: 'welcomeMsg',
  458. name: 'welcomeMsg',
  459. component: welcomeMsg,
  460. meta: {
  461. keepAlive: false,
  462. isLogin: true,
  463. title: '客户欢迎语'
  464. }
  465. },
  466. {
  467. path: 'accountManage',
  468. name: 'accountManage',
  469. component: accountManage,
  470. meta: {
  471. keepAlive: false,
  472. isLogin: true,
  473. title: '平台账号管理'
  474. }
  475. },
  476. {
  477. path: 'miniProManage',
  478. name: 'miniProManage',
  479. component: miniProManage,
  480. meta: {
  481. keepAlive: false,
  482. isLogin: true,
  483. title: '小程序管理'
  484. }
  485. },
  486. {
  487. path: 'playletManage',
  488. name: 'playletManage',
  489. component: playletManage,
  490. meta: {
  491. keepAlive: false,
  492. isLogin: true,
  493. title: '剧集管理'
  494. }
  495. },
  496. {
  497. path: 'materialLibrary',
  498. name: 'materialLibrary',
  499. component: materialLibrary,
  500. meta: {
  501. keepAlive: false,
  502. isLogin: true,
  503. title: '素材库'
  504. }
  505. },
  506. {
  507. path: 'memberManage',
  508. name: 'memberManage',
  509. component: memberManage,
  510. meta: {
  511. keepAlive: false,
  512. isLogin: true,
  513. title: '成员管理'
  514. }
  515. },
  516. {
  517. path: 'welcom_message_create',
  518. name: 'welcomeMsg',
  519. component: welcom_message,
  520. meta: {
  521. keepAlive: false,
  522. isLogin: true,
  523. title: '创建欢迎语'
  524. }
  525. },
  526. {
  527. path: 'welcom_message_copy/:rule_id',
  528. name: 'welcomeMsg',
  529. component: welcom_message,
  530. meta: {
  531. keepAlive: false,
  532. isLogin: true,
  533. title: '创建欢迎语'
  534. }
  535. },
  536. {
  537. path: 'welcom_message_edit/:rule_id',
  538. name: 'welcomeMsg',
  539. component: welcom_message,
  540. meta: {
  541. keepAlive: false,
  542. isLogin: true,
  543. title: '编辑欢迎语'
  544. }
  545. },
  546. {
  547. path: 'operatorGroup',
  548. name: 'operatorGroup',
  549. component: operatorGroup,
  550. meta: {
  551. keepAlive: false,
  552. isLogin: true,
  553. title: '运营组'
  554. }
  555. },
  556. {
  557. path: 'license',
  558. name: 'license',
  559. component: license,
  560. meta: {
  561. keepAlive: false,
  562. isLogin: true,
  563. title: '客服许可续期'
  564. }
  565. },
  566. {
  567. path: 'customerWarn',
  568. name: 'customerWarn',
  569. component: customerWarn,
  570. meta: {
  571. keepAlive: false,
  572. isLogin: true,
  573. title: '客户规模预警'
  574. }
  575. },
  576. {
  577. path: 'authorityManage',
  578. name: 'authorityManage',
  579. component: authorityManage,
  580. meta: {
  581. keepAlive: false,
  582. isLogin: true,
  583. title: '授权管理'
  584. }
  585. },
  586. {
  587. path: 'tagManage',
  588. name: 'tagManage',
  589. component: tagManage,
  590. meta: {
  591. keepAlive: false,
  592. isLogin: true,
  593. title: '标签管理'
  594. }
  595. },
  596. {
  597. path: 'customerWarning',
  598. name: 'customerWarning',
  599. component: customerWarning,
  600. meta: {
  601. keepAlive: false,
  602. isLogin: true,
  603. title: '企微客服预警'
  604. }
  605. },
  606. {
  607. path: 'warningListInstall',
  608. name: 'warningListInstall',
  609. component: warningListInstall,
  610. meta: {
  611. keepAlive: false,
  612. isLogin: true,
  613. title: '预警名单设置'
  614. }
  615. },
  616. {
  617. path: 'permissionManage',
  618. name: 'permissionManage',
  619. component: permissionManage,
  620. meta: {
  621. keepAlive: false,
  622. isLogin: true,
  623. title: '权限管理',
  624. }
  625. },
  626. {
  627. path: 'roleManage',
  628. name: 'roleManage',
  629. component: roleManage,
  630. meta: {
  631. keepAlive: false,
  632. isLogin: true,
  633. title: '角色管理',
  634. }
  635. },
  636. {
  637. path: 'menuManage',
  638. name: 'menuManage',
  639. component: menuManage,
  640. meta: {
  641. keepAlive: false,
  642. isLogin: true,
  643. title: '菜单管理',
  644. }
  645. },
  646. {
  647. path: 'systemMsg',
  648. name: 'systemMsg',
  649. component: systemMsg,
  650. meta: {
  651. keepAlive: false,
  652. isLogin: true,
  653. title: '系统消息',
  654. }
  655. },
  656. {
  657. path: 'feedback',
  658. name: 'feedback',
  659. component: feedback,
  660. meta: {
  661. keepAlive: false,
  662. isLogin: true,
  663. title: '客户反馈',
  664. }
  665. },
  666. {
  667. path: 'orderPercent',
  668. name: 'orderPercent',
  669. component: orderPercent,
  670. meta: {
  671. keepAlive: false,
  672. isLogin: true,
  673. title: '分成比例配置',
  674. isData: true,
  675. }
  676. },
  677. {
  678. path: 'accountTrends',
  679. name: 'accountTrends',
  680. component: accountTrends,
  681. meta: {
  682. keepAlive: false,
  683. isLogin: true,
  684. title: '账号数据趋势',
  685. isData: true
  686. }
  687. },
  688. {
  689. path: 'shortDramaTrends',
  690. name: 'shortDramaTrends',
  691. component: shortDramaTrends,
  692. meta: {
  693. keepAlive: false,
  694. isLogin: true,
  695. title: '短剧数据趋势',
  696. isData: true
  697. }
  698. },
  699. {
  700. path: 'fansActiveTrends',
  701. name: 'fansActiveTrends',
  702. component: fansActiveTrends,
  703. meta: {
  704. keepAlive: false,
  705. isLogin: true,
  706. title: '粉丝激活趋势',
  707. isData: true
  708. }
  709. },
  710. {
  711. path: 'loseUserTrends',
  712. name: 'loseUserTrends',
  713. component: loseUserTrends,
  714. meta: {
  715. keepAlive: false,
  716. isLogin: true,
  717. title: '用户流失趋势',
  718. isData: true
  719. }
  720. },
  721. {
  722. path: 'operator',
  723. name: 'operator',
  724. component: operator,
  725. meta: {
  726. keepAlive: false,
  727. isLogin: true,
  728. title: '运营端数据',
  729. isData: true
  730. }
  731. },
  732. {
  733. path: 'officialAccount',
  734. name: 'officialAccount',
  735. component: officialAccount,
  736. meta: {
  737. keepAlive: false,
  738. isLogin: true,
  739. title: '公众号数据',
  740. isData: true
  741. }
  742. },
  743. {
  744. path: 'recharge',
  745. name: 'recharge',
  746. component: recharge,
  747. meta: {
  748. keepAlive: false,
  749. isLogin: true,
  750. title: '充值数据',
  751. isData: true
  752. }
  753. },
  754. {
  755. path: 'pitcherAdq',
  756. name: 'pitcherAdq',
  757. component: pitcherAdq,
  758. meta: {
  759. keepAlive: false,
  760. isLogin: true,
  761. title: '投手ADQ数据统计',
  762. isData: true
  763. }
  764. },
  765. {
  766. path: 'customerStaff',
  767. name: 'customerStaff',
  768. component: customerStaff,
  769. meta: {
  770. keepAlive: false,
  771. isLogin: true,
  772. title: '客服数据统计',
  773. isData: true
  774. }
  775. },
  776. {
  777. path: 'exportOffline',
  778. name: 'exportOffline',
  779. component: exportOffline,
  780. meta: {
  781. keepAlive: false,
  782. isLogin: true,
  783. title: '导出列表',
  784. isData: true
  785. }
  786. },
  787. {
  788. path: 'thePublic',
  789. name: 'thePublic',
  790. component: thePublic,
  791. meta: {
  792. keepAlive: false,
  793. isLogin: true,
  794. title: '公众号数据',
  795. isData: true
  796. }
  797. },
  798. {
  799. path: 'thePublicTrend',
  800. name: 'thePublicTrend',
  801. component: thePublicTrend,
  802. meta: {
  803. keepAlive: false,
  804. isLogin: true,
  805. title: '公众号数据趋势',
  806. isData: true
  807. }
  808. },
  809. {
  810. path: 'playletFansActTrend',
  811. name: 'playletFansActTrend',
  812. component: playletFansActTrend,
  813. meta: {
  814. keepAlive: false,
  815. isLogin: true,
  816. title: '短剧粉丝激活趋势',
  817. isData: true
  818. }
  819. },
  820. {
  821. path: 'playletData',
  822. name: 'playletData',
  823. component: playletData,
  824. meta: {
  825. keepAlive: false,
  826. isLogin: true,
  827. title: '短剧数据',
  828. isData: true
  829. }
  830. },
  831. {
  832. path: 'operateDayRetrieve',
  833. name: 'operateDayRetrieve',
  834. component: operateDayRetrieve,
  835. meta: {
  836. keepAlive: false,
  837. isLogin: true,
  838. title: '短剧业务数据',
  839. isData: true
  840. }
  841. },
  842. {
  843. path: 'platformPromote',
  844. name: 'platformPromote',
  845. component: platformPromote,
  846. meta: {
  847. keepAlive: false,
  848. isLogin: true,
  849. title: '平台推广数据',
  850. isData: true
  851. }
  852. },
  853. {
  854. path: 'populariz',
  855. name: 'populariz',
  856. component: populariz,
  857. meta: {
  858. keepAlive: false,
  859. isLogin: true,
  860. title: '推广数据',
  861. isData: true
  862. }
  863. },
  864. {
  865. path: 'sendData',
  866. name: 'sendData',
  867. component: sendData,
  868. meta: {
  869. keepAlive: false,
  870. isLogin: true,
  871. title: '群发送达数据',
  872. isData: true
  873. }
  874. },
  875. {
  876. path: 'promotionData',
  877. name: 'promotionData',
  878. component: promotionData,
  879. meta: {
  880. keepAlive: false,
  881. isLogin: true,
  882. title: '平台推广数据',
  883. isData: true
  884. }
  885. },
  886. {
  887. path: 'throwPerson',
  888. name: 'throwPerson',
  889. component: throwPerson,
  890. meta: {
  891. keepAlive: false,
  892. isLogin: true,
  893. title: '投手数据',
  894. isData: true
  895. }
  896. },
  897. {
  898. path: 'regRangeReport',
  899. name: 'regRangeReport',
  900. component: regRangeReport,
  901. meta: {
  902. keepAlive: false,
  903. isLogin: true,
  904. title: '数据循环统计',
  905. isData: true
  906. }
  907. },
  908. {
  909. path: 'regRangeReportHS',
  910. name: 'regRangeReportHS',
  911. component: regRangeReportHS,
  912. meta: {
  913. keepAlive: false,
  914. isLogin: true,
  915. title: '平台过渡数据循环统计',
  916. isData: true
  917. }
  918. },
  919. {
  920. path: 'orderData',
  921. name: 'orderData',
  922. component: orderData,
  923. meta: {
  924. keepAlive: false,
  925. isLogin: true,
  926. title: '订单数据统计',
  927. isData: true
  928. }
  929. },
  930. {
  931. path: 'chatGroupData',
  932. name: 'chatGroupData',
  933. component: chatGroupData,
  934. meta: {
  935. keepAlive: false,
  936. isLogin: true,
  937. title: '客户群数据',
  938. isData: true
  939. }
  940. },
  941. {
  942. path: 'dramaManage',
  943. name: 'dramaManage',
  944. component: dramaManage,
  945. meta: {
  946. keepAlive: false,
  947. isLogin: true,
  948. title: '剧集管理',
  949. isData: true
  950. }
  951. },
  952. {
  953. path: 'wxAccountList',
  954. name: 'wxAccountList',
  955. component: wxAccountList,
  956. meta: {
  957. keepAlive: false,
  958. isLogin: true,
  959. title: '公众号授权',
  960. isData: true
  961. }
  962. },
  963. {
  964. path: 'wxAccountListHS',
  965. name: 'wxAccountListHS',
  966. component: wxAccountListHS,
  967. meta: {
  968. keepAlive: false,
  969. isLogin: true,
  970. title: '花生公众号授权',
  971. isData: true
  972. }
  973. },
  974. {
  975. path: 'adqAccountList',
  976. name: 'adqAccountList',
  977. component: adqAccountList,
  978. meta: {
  979. keepAlive: false,
  980. isLogin: true,
  981. title: 'ADQ账号授权',
  982. isData: true
  983. }
  984. },
  985. {
  986. path: 'adqBindPid',
  987. name: 'adqAccountList',
  988. component: adqBindPid,
  989. meta: {
  990. keepAlive: false,
  991. isLogin: true,
  992. title: '绑定推广计划',
  993. isData: true
  994. }
  995. },
  996. {
  997. path: 'adqAccountListHS',
  998. name: 'adqAccountListHS',
  999. component: adqAccountListHS,
  1000. meta: {
  1001. keepAlive: false,
  1002. isLogin: true,
  1003. title: '花生ADQ账号授权',
  1004. isData: true
  1005. }
  1006. },
  1007. {
  1008. path: 'customerAnalysis',
  1009. name: 'customerAnalysis',
  1010. component: customerAnalysis,
  1011. meta: {
  1012. keepAlive: false,
  1013. isLogin: true,
  1014. title: '客户分析'
  1015. }
  1016. },
  1017. {
  1018. path: 'phaseConfig',
  1019. name: 'phaseConfig',
  1020. component: phaseConfig,
  1021. meta: {
  1022. keepAlive: false,
  1023. isLogin: true,
  1024. title: '客户阶段配置',
  1025. isData: false
  1026. }
  1027. },
  1028. {
  1029. path: 'customerAlerts',
  1030. name: 'customerAlerts',
  1031. component: customerAlerts,
  1032. meta: {
  1033. keepAlive: false,
  1034. isLogin: true,
  1035. title: '客服异常预警',
  1036. isData: false
  1037. }
  1038. },
  1039. {
  1040. path: 'InviteIntoGroup',
  1041. name: 'InviteIntoGroup',
  1042. component: InviteIntoGroup,
  1043. meta: {
  1044. keepAlive: false,
  1045. isLogin: true,
  1046. title: '安卓工具配置'
  1047. }
  1048. },
  1049. {
  1050. path: 'groupTransfer',
  1051. name: 'groupTransfer',
  1052. component: groupTransfer,
  1053. meta: {
  1054. keepAlive: false,
  1055. isLogin: true,
  1056. title: '客户群分配'
  1057. }
  1058. },
  1059. {
  1060. path: 'welcomeGroup',
  1061. name: 'welcomeGroup',
  1062. component: welcomeGroup,
  1063. meta: {
  1064. keepAlive: false,
  1065. isLogin: true,
  1066. title: '入群欢迎语'
  1067. }
  1068. },
  1069. {
  1070. path: 'forwardMsgRecord',
  1071. name: 'forwardMsgRecord',
  1072. component: forwardMsgRecord,
  1073. meta: {
  1074. keepAlive: false,
  1075. isLogin: true,
  1076. title: '新建渠道群活码'
  1077. }
  1078. },
  1079. {
  1080. path: 'yxOrderData',
  1081. name: 'yxOrderData',
  1082. component: yxOrderData,
  1083. meta: {
  1084. keepAlive: false,
  1085. isLogin: true,
  1086. title: '云选订单列表',
  1087. isData: true
  1088. }
  1089. },
  1090. ]
  1091. }
  1092. ]