企微助手 ,仓库名 短剧

allRouter.js 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881
  1. // import INDEX from '@/components/Index/index.vue'
  2. // import Home from '@/components/Home.vue'
  3. // import homeData from '@/components/HomeData.vue'
  4. const INDEX = () => import(/* webpackChunkName: 'INDEX' */'@/components/Index/index.vue')
  5. const Home = () => import(/* webpackChunkName: 'Home' */'@/components/Home.vue')
  6. const homeData = () => import(/* webpackChunkName: 'homeData' */'@/components/HomeData.vue')
  7. const customManage = () => import(/* webpackChunkName: 'customManage' */ '@/components/customManage/manage.vue')
  8. const employee_bulk_messaging_log = () => import(/* webpackChunkName: 'employee_bulk_messaging_log' */ '@/components/customOperate/employee_bulk_messaging_log.vue')
  9. const smartPush = () => import(/* webpackChunkName: 'smartPush' */ '@/components/smartPush/ruleList.vue')
  10. const pushRecords = () => import(/* webpackChunkName: 'pushRecords' */ '@/components/smartPush/pushRecords.vue')
  11. const smartPushV2 = () => import(/* webpackChunkName: 'smartPushV2' */ '@/components/smartPushV2/ruleList.vue')
  12. const pushRecordsV2 = () => import(/* webpackChunkName: 'pushRecordsV2' */ '@/components/smartPushV2/pushRecords.vue')
  13. const sop = () => import(/* webpackChunkName: 'sop' */ '@/components/sop/index.vue')
  14. const createSop = () => import(/* webpackChunkName: 'createSop' */ '@/components/sop/createSop.vue')
  15. const chatGroup = () => import(/* webpackChunkName: 'chatGroup' */ '@/components/customOperate/chatGroup/index.vue')
  16. const groupList = () => import(/* webpackChunkName: 'groupList' */ '@/components/customOperate/chatGroup/groupList.vue')
  17. const customerFriendsCircle = () => import(/* webpackChunkName: 'customerFriendsCircle' */ '@/components/customOperate/friendsCircle/index.vue')
  18. const sideTool = () => import(/* webpackChunkName: 'sideTool' */ '@/components/customOperate/sideTool/index.vue')
  19. // const createMassMsg = () => import(/* webpackChunkName: 'createMassMsg' */ '@/components/customOperate/createMassMsg.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 thePublic = () => import(/* webpackChunkName: 'thePublic' */ '@/components/dataBoard/thePublic.vue')
  35. const playletData = () => import(/* webpackChunkName: 'playletData' */ '@/components/dataBoard/playletData.vue')
  36. const operateDayRetrieve = () => import(/* webpackChunkName: 'operateDayRetrieve' */ '@/components/dataBoard/operateDayRetrieve.vue')
  37. const populariz = () => import(/* webpackChunkName: 'populariz' */ '@/components/dataBoard/populariz/index.vue')
  38. const throwPerson = () => import(/* webpackChunkName: 'throwPerson' */ '@/components/dataBoard/throwPerson/index.vue')
  39. const regRangeReport = () => import(/* webpackChunkName: 'regRangeReport' */ '@/components/dataBoard/regRangeReport.vue')
  40. const regRangeReportHS = () => import(/* webpackChunkName: 'regRangeReportHS' */ '@/components/dataBoard/regRangeReportHS.vue')
  41. const orderData = () => import(/* webpackChunkName: 'orderData' */ '@/components/dataBoard/orderData.vue')
  42. const dramaManage = () => import(/* webpackChunkName: 'dramaManage' */ '@/components/dataBoard/dramaManage.vue')
  43. const charge = () => import(/* webpackChunkName: 'charge' */ '@/components/orderManage/charge.vue')
  44. const wxAccountList = () => import(/* webpackChunkName: 'wxAccountList' */ '@/components/dataBoard/wxAccount/list.vue')
  45. const wxAccountListHS = () => import(/* webpackChunkName: 'wxAccountListHS' */ '@/components/dataBoard/wxAccountHS/list.vue')
  46. const adqAccountList = () => import(/* webpackChunkName: 'adqAccountList' */ '@/components/dataBoard/adqAccount/list.vue')
  47. const adqAccountListHS = () => import(/* webpackChunkName: 'adqAccountListHS' */ '@/components/dataBoard/adqAccountHS/list.vue')
  48. const thePublicTrend = () => import(/* webpackChunkName: 'thePublicTrend' */ '@/components/dataBoard/thePublicTrend.vue')
  49. const playletFansActTrend = () => import(/* webpackChunkName: 'playletFansActTrend' */ '@/components/dataBoard/playletFansActTrend.vue')
  50. const batchAddFriend = () => import(/* webpackChunkName: 'batchAddFriend' */ '@/components/marketingGuest/batchAddFriend/index.vue')
  51. const importRecord = () => import(/* webpackChunkName: 'importRecord' */ '@/components/marketingGuest/batchAddFriend/addFriend/importRecord.vue')
  52. const importRecordDetial = () => import(/* webpackChunkName: 'importRecordDetial' */ '@/components/marketingGuest/batchAddFriend/addFriend/importRecordDetial.vue')
  53. // const putOnwarning = () => import(/* webpackChunkName: 'putOnwarning' */ '@/components/dataBoard/putOnwarning/warningManage.vue')
  54. // const massMsgDetail = () => import(/* webpackChunkName: 'massMsgDetail' */ '@/components/customOperate/massMsgDetail/index.vue')
  55. const codeIndex = () => import(/* webpackChunkName: 'codeIndex' */ '@/components/channelCode/codeIndex.vue')
  56. const code_dataAnalyse = () => import(/* webpackChunkName: 'dataAnalyse' */ '@/components/channelCode/dataAnalyse.vue')
  57. const createChannelCode = () => import(/* webpackChunkName: 'createChannelCode' */ '@/components/channelCode/createChannelCode.vue')
  58. const radarIndex = () => import(/* webpackChunkName: 'radarIndex' */ '@/components/customOperate/sideTool/smartRadar/index.vue')
  59. const groupCodeIndex = () => import(/* webpackChunkName: 'groupCodeIndex' */ '@/components/groupCode/index.vue')
  60. const createGroupCode = () => import(/* webpackChunkName: 'createGroupCode' */ '@/components/groupCode/createGroupCode.vue')
  61. const groupCodeAnalyse = () => import(/* webpackChunkName: 'groupCodeAnalyse' */ '@/components/groupCode/groupCodeAnalyse.vue')
  62. // 数据看板 - 账号数据趋势
  63. const accountTrends = () => import(/* webpackChunkName: 'accountTrends' */ '@/components/dataBoard/accountTrends.vue')
  64. // 数据看板 - 短剧数据趋势
  65. const shortDramaTrends = () => import(/* webpackChunkName: 'shortDramaTrends' */ '@/components/dataBoard/shortDramaTrends.vue')
  66. // 数据看板 - 粉丝激活趋势
  67. const fansActiveTrends = () => import(/* webpackChunkName: 'fansActiveTrends' */ '@/components/dataBoard/fansActiveTrends.vue')
  68. // 数据看板 - 用户流失趋势
  69. const loseUserTrends = () => import(/* webpackChunkName: 'loseUserTrends' */ '@/components/dataBoard/loseUserTrends.vue')
  70. // 数据看板 - 运营端数据
  71. const operator = () => import(/* webpackChunkName: 'operator' */ '@/components/dataBoard/operator/index.vue')
  72. // 数据看板 - 公众号数据(新版 2023.03.23)
  73. const officialAccount = () => import(/* webpackChunkName: 'officialAccount' */ '@/components/dataBoard/officialAccount.vue')
  74. // 数据看板 - 充值数据
  75. const recharge = () => import(/* webpackChunkName: 'recharge' */ '@/components/dataBoard/recharge.vue')
  76. // 数据看板 - 客服数据统计
  77. const customerStaff = () => import(/* webpackChunkName: 'customerStaff' */ '@/components/dataBoard/customerStaff/index.vue')
  78. // 平台账号管理
  79. const accountManage = () => import(/* webpackChunkName: 'accountManage' */ '@/components/manage/accountManage/accountManage.vue')
  80. // 小程序管理
  81. const miniProManage = () => import(/* webpackChunkName: 'miniProManage' */ '@/components/manage/miniProManage/miniProManage.vue')
  82. // 企微助手 - 剧集管理
  83. // const playletManage = () => import(/* webpackChunkName: 'playletManage' */ '@/components/manage/playletManage/playletManage.vue')
  84. const materialLibrary = () => import(/* webpackChunkName: 'materialLibrary' */ '@/components/manage/materialLibrary/index.vue')
  85. const playletManage = () => import(/* webpackChunkName: 'playletManage' */ '@/components/manage/playletManageV2/index.vue')
  86. // 数据看板 - 平台推广数据
  87. const platformPromote = () => import(/* webpackChunkName: 'platformPromote' */ '@/components/dataBoard/platformPromote/index.vue')
  88. // 企微助手 - 客户分析
  89. const customerAnalysis = () => import(/* webpackChunkName: 'customerAnalysis' */ '@/components/customerAnalysis/index.vue')
  90. // 客户管理 - 客户阶段配置
  91. const phaseConfig = () => import(/* webpackChunkName: 'phaseConfig' */ '@/components/phaseConfig/index.vue')
  92. // 预警管理 - 客服异常预警
  93. const customerAlerts = () => import(/* webpackChunkName: 'customerAlerts' */ '@/components/customerAlerts/index.vue')
  94. // 设置管理 - 运营组
  95. const operatorGroup = () => import(/* webpackChunkName: 'operatorGroup' */ '@/components/operatorGroup/index.vue')
  96. // name与菜单配置的页面路由一致
  97. // meta下isData:true为数据看板,否则为助手
  98. export var allRouter = [
  99. {
  100. path: '/',
  101. redirect: '/home',
  102. component: INDEX,
  103. children: [
  104. {
  105. path: 'home',
  106. name: 'home',
  107. component: Home,
  108. meta: {
  109. keepAlive: false,
  110. isLogin: true,
  111. title: '猎羽',
  112. }
  113. },
  114. {
  115. path: 'homeData',
  116. name: 'homeData',
  117. component: homeData,
  118. meta: {
  119. keepAlive: false,
  120. isLogin: true,
  121. title: '猎羽数据看板',
  122. isData: true
  123. }
  124. },
  125. {
  126. path: 'customManage',
  127. name: 'customManage',
  128. component: customManage,
  129. meta: {
  130. keepAlive: false,
  131. isLogin: true,
  132. title: '客户管理'
  133. }
  134. },
  135. {
  136. path: 'charge',
  137. name: 'charge',
  138. component: charge,
  139. meta: {
  140. keepAlive: false,
  141. isLogin: true,
  142. title: '充值订单管理'
  143. }
  144. },
  145. {
  146. path: 'batchAddFriend',
  147. name: 'batchAddFriend',
  148. component: batchAddFriend,
  149. meta: {
  150. keepAlive: false,
  151. isLogin: true,
  152. title: '批量加好友'
  153. }
  154. },
  155. {
  156. path: 'radarIndex',
  157. name: 'sideTool',
  158. component: radarIndex,
  159. meta: {
  160. keepAlive: false,
  161. isLogin: true,
  162. title: '智能雷达'
  163. }
  164. },
  165. {
  166. path: 'groupCodeIndex',
  167. name: 'groupCodeIndex',
  168. component: groupCodeIndex,
  169. meta: {
  170. keepAlive: false,
  171. isLogin: true,
  172. title: '渠道群活码'
  173. }
  174. },
  175. {
  176. path: 'createGroupCode',
  177. name: 'groupCodeIndex',
  178. component: createGroupCode,
  179. meta: {
  180. keepAlive: false,
  181. isLogin: true,
  182. title: '新建渠道群活码'
  183. }
  184. },
  185. {
  186. path: 'groupCodeAnalyse/:id',
  187. name: 'groupCodeIndex',
  188. component: groupCodeAnalyse,
  189. meta: {
  190. keepAlive: false,
  191. isLogin: true,
  192. title: '分析数据'
  193. }
  194. },
  195. {
  196. path: 'codeIndex',
  197. name: 'codeIndex',
  198. component: codeIndex,
  199. meta: {
  200. keepAlive: false,
  201. isLogin: true,
  202. title: '渠道活码'
  203. }
  204. },
  205. {
  206. path: 'dataAnalyse/:id',
  207. name: 'codeIndex',
  208. component: code_dataAnalyse,
  209. meta: {
  210. keepAlive: false,
  211. isLogin: true,
  212. title: '数据分析'
  213. }
  214. },
  215. {
  216. path: 'createChannelCode',
  217. name: 'codeIndex',
  218. component: createChannelCode,
  219. meta: {
  220. keepAlive: false,
  221. isLogin: true,
  222. title: '新建渠道活码'
  223. }
  224. },
  225. {
  226. path: 'importRecord',
  227. name: 'batchAddFriend',
  228. component: importRecord,
  229. meta: {
  230. keepAlive: false,
  231. isLogin: true,
  232. title: '导入记录'
  233. }
  234. },
  235. {
  236. path: 'importRecordDetial/:id',
  237. name: 'batchAddFriend',
  238. component: importRecordDetial,
  239. meta: {
  240. keepAlive: false,
  241. isLogin: true,
  242. title: '导入记录详情'
  243. }
  244. },
  245. //
  246. {
  247. path: 'blackList',
  248. name: 'blackList',
  249. component: blackList,
  250. meta: {
  251. keepAlive: false,
  252. isLogin: true,
  253. title: '黑名单'
  254. }
  255. },
  256. {
  257. path: 'lostCustomer',
  258. name: 'lostCustomer',
  259. component: lostCustomer,
  260. meta: {
  261. keepAlive: false,
  262. isLogin: true,
  263. title: '客户流失'
  264. }
  265. },
  266. {
  267. path: 'customerTransfer',
  268. name: 'customerTransfer',
  269. component: customerTransfer,
  270. meta: {
  271. keepAlive: false,
  272. isLogin: true,
  273. title: '客户迁移'
  274. }
  275. },
  276. {
  277. path: 'transferRecord/:type',
  278. name: 'customerTransfer',
  279. component: transferRecord,
  280. meta: {
  281. keepAlive: false,
  282. isLogin: true,
  283. title: '迁移记录'
  284. }
  285. },
  286. {
  287. path: 'customerFriendsCircle',
  288. name: 'customerFriendsCircle',
  289. component: customerFriendsCircle,
  290. meta: {
  291. keepAlive: false,
  292. isLogin: true,
  293. title: '客户朋友圈'
  294. }
  295. },
  296. {
  297. path: 'sideTool',
  298. name: 'sideTool',
  299. component: sideTool,
  300. meta: {
  301. keepAlive: false,
  302. isLogin: true,
  303. title: '侧边栏工具'
  304. }
  305. },
  306. {
  307. path: 'employee_bulk_messaging_log',
  308. name: 'employee_bulk_messaging_log',
  309. component: employee_bulk_messaging_log,
  310. meta: {
  311. keepAlive: false,
  312. isLogin: true,
  313. title: '员工群发记录'
  314. }
  315. },
  316. {
  317. path: 'smartPush',
  318. name: 'smartPush',
  319. component: smartPush,
  320. meta: {
  321. keepAlive: true,
  322. isLogin: true,
  323. title: '智能推送'
  324. }
  325. },
  326. {
  327. path: 'pushRecords',
  328. name: 'smartPush',
  329. component: pushRecords,
  330. meta: {
  331. keepAlive: false,
  332. isLogin: true,
  333. title: '推送记录'
  334. }
  335. },
  336. {
  337. path: 'smartPushV2',
  338. name: 'smartPushV2',
  339. component: smartPushV2,
  340. meta: {
  341. keepAlive: true,
  342. isLogin: true,
  343. title: '智能推送'
  344. }
  345. },
  346. {
  347. path: 'pushRecordsV2',
  348. name: 'smartPushV2',
  349. component: pushRecordsV2,
  350. meta: {
  351. keepAlive: false,
  352. isLogin: true,
  353. title: '推送记录'
  354. }
  355. },
  356. {
  357. path: 'sop',
  358. name: 'sop',
  359. component: sop,
  360. meta: {
  361. keepAlive: false,
  362. isLogin: true,
  363. title: 'SOP设置'
  364. }
  365. },
  366. {
  367. path: 'createSop',
  368. name: 'sop',
  369. component: createSop,
  370. meta: {
  371. keepAlive: false,
  372. isLogin: true,
  373. title: 'SOP设置'
  374. }
  375. },
  376. {
  377. path: 'chatGroup',
  378. name: 'chatGroup',
  379. component: chatGroup,
  380. meta: {
  381. keepAlive: false,
  382. isLogin: true,
  383. title: '客户群群发'
  384. }
  385. },
  386. {
  387. path: 'groupList',
  388. name: 'groupList',
  389. component: groupList,
  390. meta: {
  391. keepAlive: false,
  392. isLogin: true,
  393. title: '客户群管理'
  394. }
  395. },
  396. {
  397. path: 'welcomeMsg',
  398. name: 'welcomeMsg',
  399. component: welcomeMsg,
  400. meta: {
  401. keepAlive: false,
  402. isLogin: true,
  403. title: '客户欢迎语'
  404. }
  405. },
  406. {
  407. path: 'accountManage',
  408. name: 'accountManage',
  409. component: accountManage,
  410. meta: {
  411. keepAlive: false,
  412. isLogin: true,
  413. title: '平台账号管理'
  414. }
  415. },
  416. {
  417. path: 'miniProManage',
  418. name: 'miniProManage',
  419. component: miniProManage,
  420. meta: {
  421. keepAlive: false,
  422. isLogin: true,
  423. title: '小程序管理'
  424. }
  425. },
  426. {
  427. path: 'playletManage',
  428. name: 'playletManage',
  429. component: playletManage,
  430. meta: {
  431. keepAlive: false,
  432. isLogin: true,
  433. title: '剧集管理'
  434. }
  435. },
  436. {
  437. path: 'materialLibrary',
  438. name: 'materialLibrary',
  439. component: materialLibrary,
  440. meta: {
  441. keepAlive: false,
  442. isLogin: true,
  443. title: '素材库'
  444. }
  445. },
  446. {
  447. path: 'memberManage',
  448. name: 'memberManage',
  449. component: memberManage,
  450. meta: {
  451. keepAlive: false,
  452. isLogin: true,
  453. title: '成员管理'
  454. }
  455. },
  456. {
  457. path: 'welcom_message_create',
  458. name: 'welcomeMsg',
  459. component: welcom_message,
  460. meta: {
  461. keepAlive: false,
  462. isLogin: true,
  463. title: '创建欢迎语'
  464. }
  465. },
  466. {
  467. path: 'welcom_message_edit/:rule_id',
  468. name: 'welcomeMsg',
  469. component: welcom_message,
  470. meta: {
  471. keepAlive: false,
  472. isLogin: true,
  473. title: '编辑欢迎语'
  474. }
  475. },
  476. // {
  477. // path: 'createMassMsg',
  478. // name: 'createMassMsg',
  479. // component: createMassMsg,
  480. // meta: {
  481. // keepAlive: false,
  482. // isLogin: true,
  483. // title: '新建群发'
  484. // }
  485. // },
  486. // {
  487. // path: 'massMsg/:rule_id',
  488. // name: 'createMassMsg',
  489. // component: createMassMsg,
  490. // meta: {
  491. // keepAlive: false,
  492. // isLogin: true,
  493. // title: '群发详情'
  494. // }
  495. // },
  496. {
  497. path: 'operatorGroup',
  498. name: 'operatorGroup',
  499. component: operatorGroup,
  500. meta: {
  501. keepAlive: false,
  502. isLogin: true,
  503. title: '运营组'
  504. }
  505. },
  506. {
  507. path: 'authorityManage',
  508. name: 'authorityManage',
  509. component: authorityManage,
  510. meta: {
  511. keepAlive: false,
  512. isLogin: true,
  513. title: '授权管理'
  514. }
  515. },
  516. {
  517. path: 'tagManage',
  518. name: 'tagManage',
  519. component: tagManage,
  520. meta: {
  521. keepAlive: false,
  522. isLogin: true,
  523. title: '标签管理'
  524. }
  525. },
  526. {
  527. path: 'customerWarning',
  528. name: 'customerWarning',
  529. component: customerWarning,
  530. meta: {
  531. keepAlive: false,
  532. isLogin: true,
  533. title: '企微客服预警'
  534. }
  535. },
  536. {
  537. path: 'warningListInstall',
  538. name: 'warningListInstall',
  539. component: warningListInstall,
  540. meta: {
  541. keepAlive: false,
  542. isLogin: true,
  543. title: '预警名单设置'
  544. }
  545. },
  546. {
  547. path: 'permissionManage',
  548. name: 'permissionManage',
  549. component: permissionManage,
  550. meta: {
  551. keepAlive: false,
  552. isLogin: true,
  553. title: '权限管理',
  554. }
  555. },
  556. {
  557. path: 'roleManage',
  558. name: 'roleManage',
  559. component: roleManage,
  560. meta: {
  561. keepAlive: false,
  562. isLogin: true,
  563. title: '角色管理',
  564. }
  565. },
  566. {
  567. path: 'menuManage',
  568. name: 'menuManage',
  569. component: menuManage,
  570. meta: {
  571. keepAlive: false,
  572. isLogin: true,
  573. title: '菜单管理',
  574. }
  575. },
  576. {
  577. path: 'accountTrends',
  578. name: 'accountTrends',
  579. component: accountTrends,
  580. meta: {
  581. keepAlive: false,
  582. isLogin: true,
  583. title: '账号数据趋势',
  584. isData: true
  585. }
  586. },
  587. {
  588. path: 'shortDramaTrends',
  589. name: 'shortDramaTrends',
  590. component: shortDramaTrends,
  591. meta: {
  592. keepAlive: false,
  593. isLogin: true,
  594. title: '短剧数据趋势',
  595. isData: true
  596. }
  597. },
  598. {
  599. path: 'fansActiveTrends',
  600. name: 'fansActiveTrends',
  601. component: fansActiveTrends,
  602. meta: {
  603. keepAlive: false,
  604. isLogin: true,
  605. title: '粉丝激活趋势',
  606. isData: true
  607. }
  608. },
  609. {
  610. path: 'loseUserTrends',
  611. name: 'loseUserTrends',
  612. component: loseUserTrends,
  613. meta: {
  614. keepAlive: false,
  615. isLogin: true,
  616. title: '用户流失趋势',
  617. isData: true
  618. }
  619. },
  620. {
  621. path: 'operator',
  622. name: 'operator',
  623. component: operator,
  624. meta: {
  625. keepAlive: false,
  626. isLogin: true,
  627. title: '运营端数据',
  628. isData: true
  629. }
  630. },
  631. {
  632. path: 'officialAccount',
  633. name: 'officialAccount',
  634. component: officialAccount,
  635. meta: {
  636. keepAlive: false,
  637. isLogin: true,
  638. title: '公众号数据',
  639. isData: true
  640. }
  641. },
  642. {
  643. path: 'recharge',
  644. name: 'recharge',
  645. component: recharge,
  646. meta: {
  647. keepAlive: false,
  648. isLogin: true,
  649. title: '充值数据',
  650. isData: true
  651. }
  652. },
  653. {
  654. path: 'customerStaff',
  655. name: 'customerStaff',
  656. component: customerStaff,
  657. meta: {
  658. keepAlive: false,
  659. isLogin: true,
  660. title: '客服数据统计',
  661. isData: true
  662. }
  663. },
  664. {
  665. path: 'thePublic',
  666. name: 'thePublic',
  667. component: thePublic,
  668. meta: {
  669. keepAlive: false,
  670. isLogin: true,
  671. title: '公众号数据',
  672. isData: true
  673. }
  674. },
  675. {
  676. path: 'thePublicTrend',
  677. name: 'thePublicTrend',
  678. component: thePublicTrend,
  679. meta: {
  680. keepAlive: false,
  681. isLogin: true,
  682. title: '公众号数据趋势',
  683. isData: true
  684. }
  685. },
  686. {
  687. path: 'playletFansActTrend',
  688. name: 'playletFansActTrend',
  689. component: playletFansActTrend,
  690. meta: {
  691. keepAlive: false,
  692. isLogin: true,
  693. title: '短剧粉丝激活趋势',
  694. isData: true
  695. }
  696. },
  697. {
  698. path: 'playletData',
  699. name: 'playletData',
  700. component: playletData,
  701. meta: {
  702. keepAlive: false,
  703. isLogin: true,
  704. title: '短剧数据',
  705. isData: true
  706. }
  707. },
  708. {
  709. path: 'operateDayRetrieve',
  710. name: 'operateDayRetrieve',
  711. component: operateDayRetrieve,
  712. meta: {
  713. keepAlive: false,
  714. isLogin: true,
  715. title: '短剧业务数据',
  716. isData: true
  717. }
  718. },
  719. {
  720. path: 'platformPromote',
  721. name: 'platformPromote',
  722. component: platformPromote,
  723. meta: {
  724. keepAlive: false,
  725. isLogin: true,
  726. title: '平台推广数据',
  727. isData: true
  728. }
  729. },
  730. {
  731. path: 'populariz',
  732. name: 'populariz',
  733. component: populariz,
  734. meta: {
  735. keepAlive: false,
  736. isLogin: true,
  737. title: '推广数据',
  738. isData: true
  739. }
  740. },
  741. {
  742. path: 'throwPerson',
  743. name: 'throwPerson',
  744. component: throwPerson,
  745. meta: {
  746. keepAlive: false,
  747. isLogin: true,
  748. title: '投手数据',
  749. isData: true
  750. }
  751. },
  752. {
  753. path: 'regRangeReport',
  754. name: 'regRangeReport',
  755. component: regRangeReport,
  756. meta: {
  757. keepAlive: false,
  758. isLogin: true,
  759. title: '数据循环统计',
  760. isData: true
  761. }
  762. },
  763. {
  764. path: 'regRangeReportHS',
  765. name: 'regRangeReportHS',
  766. component: regRangeReportHS,
  767. meta: {
  768. keepAlive: false,
  769. isLogin: true,
  770. title: '平台过渡数据循环统计',
  771. isData: true
  772. }
  773. },
  774. {
  775. path: 'orderData',
  776. name: 'orderData',
  777. component: orderData,
  778. meta: {
  779. keepAlive: false,
  780. isLogin: true,
  781. title: '订单数据统计',
  782. isData: true
  783. }
  784. },
  785. {
  786. path: 'dramaManage',
  787. name: 'dramaManage',
  788. component: dramaManage,
  789. meta: {
  790. keepAlive: false,
  791. isLogin: true,
  792. title: '剧集管理',
  793. isData: true
  794. }
  795. },
  796. {
  797. path: 'wxAccountList',
  798. name: 'wxAccountList',
  799. component: wxAccountList,
  800. meta: {
  801. keepAlive: false,
  802. isLogin: true,
  803. title: '公众号授权',
  804. isData: true
  805. }
  806. },
  807. {
  808. path: 'wxAccountListHS',
  809. name: 'wxAccountListHS',
  810. component: wxAccountListHS,
  811. meta: {
  812. keepAlive: false,
  813. isLogin: true,
  814. title: '花生公众号授权',
  815. isData: true
  816. }
  817. },
  818. {
  819. path: 'adqAccountList',
  820. name: 'adqAccountList',
  821. component: adqAccountList,
  822. meta: {
  823. keepAlive: false,
  824. isLogin: true,
  825. title: 'ADQ账号授权',
  826. isData: true
  827. }
  828. },
  829. {
  830. path: 'adqAccountListHS',
  831. name: 'adqAccountListHS',
  832. component: adqAccountListHS,
  833. meta: {
  834. keepAlive: false,
  835. isLogin: true,
  836. title: '花生ADQ账号授权',
  837. isData: true
  838. }
  839. },
  840. {
  841. path: 'customerAnalysis',
  842. name: 'customerAnalysis',
  843. component: customerAnalysis,
  844. meta: {
  845. keepAlive: false,
  846. isLogin: true,
  847. title: '客户分析'
  848. }
  849. },
  850. {
  851. path: 'phaseConfig',
  852. name: 'phaseConfig',
  853. component: phaseConfig,
  854. meta: {
  855. keepAlive: false,
  856. isLogin: true,
  857. title: '客户阶段配置',
  858. isData: false
  859. }
  860. },
  861. {
  862. path: 'customerAlerts',
  863. name: 'customerAlerts',
  864. component: customerAlerts,
  865. meta: {
  866. keepAlive: false,
  867. isLogin: true,
  868. title: '客服异常预警',
  869. isData: false
  870. }
  871. },
  872. ]
  873. }
  874. ]