123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266 |
- export const routerConfig = [
- {
- path: '/user',
- component: '../layouts/UserLayout',
- routes: [
- {
- name: 'login',
- path: '/user/login',
- component: './user/login',
- },
- ],
- },
- { path: '/', redirect: '/welcome' },
- {
- path: '/',
- component: '../layouts/BasicLayout',
- routes: [
- {
- name: '欢迎',
- path: '/welcome',
- icon: 'smile',
- component: './Welcome',
- },
- {
- name: '数据统计',
- path: '/statistics',
- icon: 'dashboard',
- routes: [
- {
- path: '/statistics/charts',
- name: '统计',
- component: './Count/CountCharts',
- },
- {
- path: '/statistics/charts/details',
- name: '统计图表',
- component: './Count/CountDetails',
- hideInMenu: true
- },
- {
- path: '/statistics/list',
- name: '统计原始数据',
- component: './Count/CountList',
- },
- {
- path: '/statistics/duration',
- name: '时段统计',
- component: './Count/DurationCount',
- },
- {
- path: '/statistics/trendtotal',
- name: '整体趋势',
- component: './Count/TrendTotal',
- },
- {
- path: '/statistics/userpay',
- name: '用户付费趋势',
- component: './Count/TrendUserPay',
- },
- {
- path: '/statistics/useraccess',
- name: '用户访问趋势',
- component: './Count/TrendUserAccess',
- },
- {
- path: '/statistics/channelregist',
- name: '渠道注册趋势',
- component: './Count/TrendChannelRegist',
- },
- {
- path: '/statistics/operatedata',
- name: 'IM',
- component: './Count/OperateData',
- },
- {
- path: '/statistics/crcount',
- name: '语聊统计',
- component: './Count/CRCount',
- },
- {
- path: '/statistics/userKeep',
- name: '留存统计',
- component: './Count/UserKeep',
- },
- {
- path: '/statistics/nobleConsume',
- name: '贵族消费',
- component: './Count/NobleConsume',
- },
- {
- path: '/statistics/chatMatch',
- name: '速配语聊',
- component: './Count/ChatMatch',
- },
- {
- path: '/statistics/riskDataManage',
- name: '风控数据管理',
- component: './Count/Riskdatamanage'
- },
- {
- path: '/statistics/signstatistics',
- name: '签到统计',
- component: './Count/Signstatistics'
- },
- {
- path: '/statistics/RoomInPK',
- name: '房间内PK统计',
- component: './Count/RoomInPK'
- },
- {
- path: '/statistics/CrossRoomPK',
- name: '跨房PK统计',
- component: './Count/CrossRoomPK'
- },
- {
- path: '/statistics/CatchDolphins',
- name: '抓海豚统计',
- component: './Count/CatchDolphins'
- },
- {
- path: '/statistics/exportExcel',
- name: '导出统计文件',
- component: './Count/ExportExcel'
- },
- {
- path: '/statistics/goldstatistics',
- name: '金币统计',
- component: './Count/Goldstatistics'
- },
- {
- component: './404',
- },
- ]
- },
- {
- name: '主播管理',
- path: '/anchor',
- icon: 'aliwangwang',
- routes: [
- {
- path: '/anchor/list',
- name: '主播列表',
- component: './Anchor/AnchorList',
- },
- {
- path: '/anchor/awaitCheck',
- name: '主播审核列表',
- component: './Anchor/AnchorCheckList',
- },
- {
- path: '/anchor/list/detail',
- name: '主播详情',
- component: './Anchor/AnchorDetail',
- hideInMenu: true,
- }
- ],
- },
- {
- name: '聊天管理',
- path: '/chat',
- icon: 'message',
- routes: [
- {
- path: '/chat/listsingle',
- name: '单聊主播管理',
- component: './Chat/SingleList',
- },
- {
- path: '/chat/listsingle/detail',
- name: '主播详情',
- component: './Anchor/AnchorDetail',
- hideInMenu: true,
- },
- {
- path: '/chat/record',
- name: '单聊记录',
- component: './Chat/SingleChatRecord'
- },
- {
- path: '/chat/record/details',
- name: '单聊记录详情',
- component: './Chat/SingleRecordDetail',
- hideInMenu: true,
- },
- {
- path: '/chat/singleSuggest',
- name: '单聊推荐',
- component: './Chat/SingleSuggestList'
- },
- {
- path: '/chat/manager',
- name: '单聊超管',
- component: './Chat/SuperManager'
- },
- {
- path: '/chat/manageList',
- name: '单聊监管',
- component: './Chat/ChatManage'
- },
- {
- path: '/chat/manageList/details',
- name: '单聊监管详情',
- component: './Chat/ChatManageDetails',
- hideInMenu: true
- },
- {
- path: '/chat/match',
- name: '单聊匹配',
- component: './Chat/SingleChatMatchRecord'
- },
- {
- path: '/chat/singleEvaluate',
- name: '单聊评价标签管理',
- component: './Chat/SingleEvaluate',
- },
- {
- path: '/chat/singlecategory',
- name: '单聊分类',
- component: './Chat/SingleCategory'
- },
- {
- path: '/chat/voiceChatList',
- name: '语音速配',
- component: './Chat/VoiceChatList'
- }
- ]
- },
- {
- name: '公会管理',
- path: '/agent',
- icon: 'flag',
- routes: [
- {
- name: '公会列表',
- path: '/agent/list',
- component: './Agent/AgentList',
- },
- {
- name: '公会详情',
- path: '/agent/list/details',
- component: './Agent/AgentDetails',
- hideInMenu: true
- },
- {
- name: '新建公会',
- path: '/agent/list/create',
- component: './Agent/AgentCreate',
- hideInMenu: true
- },
- {
- name: '编辑公会',
- path: '/agent/list/edit',
- component: './Agent/AgentCreate',
- hideInMenu: true
- },
- ],
- },
- {
- name: '家族管理',
- path: '/family',
- icon: 'cluster',
- routes: [
- {
- name: '家族列表',
- path: '/family/list',
- component: './Family/FamilyList',
- },
- {
- name: '家族详情',
- path: '/family/list/details',
- component: './Family/FamilyDetails',
- hideInMenu: true
- },
- {
- name: '新建家族',
- path: '/family/list/create',
- component: './Family/FamilyCreate',
- hideInMenu: true
- },
- {
- name: '编辑家族',
- path: '/family/list/edit',
- component: './Family/FamilyCreate',
- hideInMenu: true
- },
- ],
- },
- {
- name: '技能管理',
- path: '/skill',
- icon: 'rocket',
- routes: [
- {
- name: '技能列表',
- path: '/skill/list',
- component: './Skill/SkillList'
- },
- {
- name: '技能详情',
- path: '/skill/list/details',
- component: './Skill/SkillDetails',
- hideInMenu: true
- },
- {
- name: '技能订单列表',
- path: '/skill/orderList',
- component: './Skill/SkillOrderList'
- },
- {
- name: '技能认证列表',
- path: '/skill/skillAuditList',
- component: './Skill/SkillAuditList'
- },
- {
- name: '派单记录列表',
- path: '/skill/sendOrderList',
- component: './Skill/SendOrderList'
- },
- ]
- },
- {
- name: '用户管理',
- path: '/customer',
- icon: 'user',
- routes: [
- {
- name: '用户列表',
- path: '/customer/list',
- component: './Customer/UserList'
- },
- {
- name: '用户详情',
- path: '/customer/list/details',
- component: './Customer/UserDetails',
- hideInMenu: true
- },
- {
- name: '用户在线记录',
- path: '/customer/record',
- component: './Customer/UserOnlineRecord'
- },
- {
- name: '注册用户',
- path: '/customer/newUsers',
- component: './Customer/NewUserList'
- },
- {
- name: '授权列表',
- path: '/customer/Authorizationlist',
- component: './Customer/Authorizationlist'
- },
- {
- name: '用户资料配置',
- path: '/customer/userInfoConfigs',
- component: './Customer/UserInfoConfigs'
- },
- {
- name: '设备管理',
- path: '/customer/facilitymanage',
- component: './Customer/Facilitymanage'
- },
- ],
- },
- {
- name: '用户关系',
- path: '/relationship',
- icon: 'reconciliation',
- routes: [
- {
- name: '守护类型配置',
- path: '/relationship/guardType',
- component: './Relationship/GuardType',
- },
- {
- name: '守护时长配置',
- path: '/relationship/guardDuration',
- component: './Relationship/GuardDuration',
- },
- {
- name: '守护关系记录',
- path: '/relationship/guardRelation',
- component: './Relationship/GuardRelation',
- },
- {
- name: '守护统计数据',
- path: '/relationship/guardStatistical',
- component: './Relationship/GuardStatistical',
- },
- {
- name: '拍卖记录',
- path: '/relationship/auctionRecord',
- component: './Relationship/AuctionRecord',
- },
- {
- name: '拍卖统计数据',
- path: '/relationship/auctionStatistical',
- component: './Relationship/AuctionStatistical',
- }
- ],
- },
- {
- name: '数据管理',
- path: '/data',
- icon: 'cloud',
- routes: [
- {
- name: '举报列表',
- path: '/data/reports',
- component: './Data/ReportList',
- },
- {
- name: '反馈列表',
- path: '/data/feedBack',
- component: './Data/FeedBackList',
- },
- {
- name: '举报详情',
- path: '/data/reports/details',
- component: './Data/ReportDetails',
- hideInMenu: true
- },
- {
- path: '/data/animation',
- name: '动效管理',
- component: './Gift/AnimationList',
- },
- {
- path: '/data/animation/add',
- name: '添加动效',
- component: './Gift/AddAnimation',
- hideInMenu: true
- },
- {
- path: '/data/animation/update',
- name: '编辑动效',
- component: './Gift/AddAnimation',
- hideInMenu: true
- },
- {
- path: '/data/combomove',
- name: '连击横幅动效管理',
- component: './Data/Combomove'
- },
- {
- path: '/data/level',
- name: '积分等级',
- component: './Data/LevelList',
- },
- {
- path: '/data/words',
- name: '敏感词',
- component: './Data/WordsList',
- },
- {
- path: '/data/medal',
- name: '勋章',
- component: './Data/MedalList',
- },
- {
- path: '/data/mount',
- name: '坐骑',
- component: './Data/MountList',
- },
- {
- path: '/data/headWear',
- name: '头饰',
- component: './Data/HeadWearList',
- },
- {
- path: '/data/prop',
- name: '道具',
- component: './Data/PropList',
- },
- {
- path: '/data/hobbyTag',
- name: '兴趣标签管理',
- component: './Data/HobbyTag',
- },
- {
- path: '/data/userTag',
- name: '用户标签管理',
- component: './Data/UserTag',
- },
- {
- path: '/data/money',
- name: '货币管理',
- component: './Data/MoneyList',
- },
- {
- path: '/data/translation',
- name: '国际化数据管理',
- component: './Data/TranslationList',
- },
- {
- path: '/data/datapush',
- name: '消息推送管理',
- component: './Data/DataPushConfig',
- },
- {
- path: '/data/bankcard',
- name: '银行管理',
- component: './Data/Bankcard/Bankcard'
- },
- {
- path: '/data/sayhello',
- name: '入场招呼管理',
- component: './Data/Sayhello'
- },
- {
- path: '/data/ikAnalyze',
- name: 'ik分词管理',
- component: './Data/IkAnalyze'
- },
- {
- path: '/data/noticeSetting',
- name: '通知配置管理',
- component: './Data/Noticesetting'
- },
- {
- path: '/data/noticesettingdetail',
- name: '通知配置详情',
- component: './Data/Noticesettingdetail'
- },
- {
- path: '/data/bubblebox',
- name: '气泡框',
- component: './Data/Bubblebox'
- },
- {
- path: '/data/signIn',
- name: '签到管理',
- component: './Data/SignIn'
- }
- ],
- },
- {
- name: '音乐管理',
- path: '/music',
- icon: 'customer-service',
- routes: [
- {
- name: '音乐列表',
- path: '/music/list',
- component: './Music/Music',
- },
- {
- name: '音乐审核列表',
- path: '/music/auditlist',
- component: './Music/Musicauditlist',
- },
- ]
- },
- {
- name: '活动管理',
- path: '/activity',
- icon: 'flag',
- routes: [
- {
- path: '/activity/list',
- name: '活动列表',
- component: './Activity/ActivityList'
- },
- {
- path: '/activity/list/details',
- name: '活动详情',
- component: './Activity/ActivityDetails',
- hideInMenu: true
- },
- // {
- // path: '/activity/lottery',
- // name: '抽奖管理列表',
- // component: './Activity/LotteryList',
- // hideInMenu: true
- // },
- {
- path: '/activity/list/lotterycreate',
- name: '新增抽奖管理',
- component: './Activity/LotteryCreate',
- hideInMenu: true
- },
- {
- path: '/activity/list/lotteryedit',
- name: '编辑抽奖管理',
- component: './Activity/LotteryCreate',
- hideInMenu: true
- },
- {
- path: '/activity/list/lotterydetails',
- name: '抽奖管理详情',
- component: './Activity/LotteryDetails',
- hideInMenu: true
- },
- {
- path: '/activity/trigger',
- name: '触发器',
- component: './Activity/TriggerList'
- },
- {
- path: '/activity/trigger/add',
- name: '添加触发器',
- component: './Activity/AddTrigger',
- hideInMenu: true
- },
- {
- path: '/activity/trigger/update',
- name: '编辑触发器',
- component: './Activity/AddTrigger',
- hideInMenu: true
- },
- {
- path: '/activity/lotteryWinAndLoss',
- name: '抽奖活动盈亏',
- component: './Activity/LotteryWinAndLoss'
- },
- {
- path: '/activity/list/createCollection',
- name: '收集活动',
- component: './Activity/CreateCollection',
- hideInMenu: true
- },
- {
- path: '/activity/list/headLineCreate',
- name: '头条活动',
- component: './Activity/HeadLineCreate',
- hideInMenu: true
- },
- {
- path: '/activity/list/headLineDetails',
- name: '头条活动详情',
- component: './Activity/HeadLineDetails',
- hideInMenu: true
- },
- {
- path: '/activity/list/headLinePeriodDetails',
- name: '头条活动期数详情',
- component: './Activity/HeadLinePeriodDetails',
- hideInMenu: true
- },
- {
- path: '/activity/list/weekStarDetails',
- name: '期数详情',
- component: './Activity/WeekStarDetails',
- hideInMenu: true
- },
- {
- path: '/activity/automaticAward/list',
- name: '活动奖励发放',
- component: './Activity/AutomaticAwardList/AutomaticAwardList',
- },
- {
- path: '/activity/automaticAward/details',
- name: '活动奖励发放详情',
- component: './Activity/AutomaticAwardDetails/AutomaticAwardDetails',
- },
- {
- path: '/activity/rewardRecord/list',
- name: '活动奖励记录',
- component: "./Activity/Rewardrecord"
- },
- {
- path: '/activity/rewardRecord/detail',
- name: '奖励详情',
- component: "./Activity/Rewardrecorddetail"
- },
- {
- component: './404',
- }
- ],
- },
- {
- name: '直播管理',
- path: '/live',
- icon: 'play-square',
- routes: [
- {
- name: '主播监管',
- path: '/live/list',
- component: './Lives/LiveList',
- },
- {
- name: '置顶推荐',
- path: '/live/suggests',
- component: './Lives/SuggestList',
- },
- {
- name: '直播超管',
- path: '/live/supermanage',
- component: './Lives/LiveSuperManager'
- },
- {
- name: '直播统计',
- path: '/live/livecount',
- component: './Lives/LiveCount'
- },
- {
- name: 'PK列表',
- path: '/live/pkList',
- component: './Lives/PkList'
- },
- {
- name: 'PK详情',
- path: '/live/pkList/detail',
- component: './Lives/PkDetail',
- hideInMenu: true
- },
- {
- path: '/live/liveCategory',
- name: '直播分类',
- component: './Lives/LiveCategory',
- },
- {
- path: '/live/liveTag',
- name: '直播标签',
- component: './Lives/LiveTagList',
- },
- {
- path: '/live/liverate',
- name: '直播码率管理',
- component: './Lives/LiveRateList',
- }
- ],
- },
- {
- name: '语聊管理',
- path: '/chatRoom',
- icon: 'shop',
- routes: [
- {
- name: '房间分类',
- path: '/chatRoom/category',
- component: './ChatRoom/ChatRoomCategory',
- },
- {
- name: '房间背景',
- path: '/chatRoom/background',
- component: './ChatRoom/ChatBackground',
- },
- {
- name: '房间列表',
- path: '/chatRoom/roomList',
- component: './ChatRoom/ChatRoomList',
- },
- {
- name: '房间详情',
- path: '/chatRoom/roomList/roomDetails',
- component: './ChatRoom/ChatRoomDetails',
- hideInMenu: true
- },
- {
- name: '用户权限',
- path: '/chatRoom/userPermission',
- component: './ChatRoom/UserPermission',
- },
- {
- name: '家族权限',
- path: '/chatRoom/familyPermission',
- component: './ChatRoom/FamilyPermission',
- },
- {
- name: '表情管理',
- path: '/chatRoom/facialExpression',
- component: './ChatRoom/FacialExpressionList',
- },
- {
- name: '房间流水',
- path: '/chatRoom/flow',
- component: './ChatRoom/ChatRoomFlow',
- },
- {
- name: '房间消费统计',
- path: '/chatRoom/roomConsume',
- component: './ChatRoom/RoomConsumeStatistical',
- }
- ]
- },
- {
- name: '内容管理',
- path: '/feeds',
- icon: 'database',
- routes: [
- {
- path: '/feeds/list',
- name: '内容列表',
- component: './Feeds/FeedManage',
- },
- {
- path: '/feeds/approve',
- name: '内容人工审核',
- component: './Feeds/FeedApprove',
- },
- {
- path: '/feeds/photowall',
- name: '背景墙列表',
- component: './Feeds/Photowall'
- },
- {
- path: '/feeds/Headportrait',
- name: '头像昵称审核',
- component: './Feeds/Headportrait'
- }
- ]
- },
- {
- name: '礼物管理',
- path: '/gift',
- icon: 'gift',
- routes: [
- {
- path: '/gift/addGift',
- name: '添加礼物',
- component: './Gift/AddGift',
- },
- {
- path: '/gift/giftList',
- name: '礼物列表',
- component: './Gift/GiftList',
- },
- {
- path: '/gift/giftList/giftDetail',
- name: '礼物详情',
- component: './Gift/GiftDetail',
- hideInMenu: true
- },
- {
- path: '/gift/giftList/updateGift',
- name: '编辑礼物',
- component: './Gift/AddGift',
- hideInMenu: true
- },
- {
- path: '/gift/tagList',
- name: '礼物标签',
- component: './Gift/TagList',
- }
- ],
- },
- {
- name: '管理员管理',
- path: '/admin',
- icon: 'tool',
- routes: [
- {
- name: '管理员列表',
- path: '/admin/list',
- component: './Admin/AdminList',
- },
- {
- name: '角色组列表',
- path: '/admin/rolegroup',
- component: './Admin/RoleGroupList',
- },
- {
- name: '角色列表',
- path: '/admin/rolelist',
- component: './Admin/RoleList',
- },
- {
- name: '创建角色',
- path: '/admin/rolelist/create',
- component: './Admin/RoleCreate',
- hideInMenu: true
- }
- ],
- },
- {
- name: '财务管理',
- path: '/finance',
- icon: 'dollar',
- routes: [
- {
- name: '星币提现',
- path: '/finance/withdraw',
- component: './Finance/WithDrawList',
- },
- {
- name: '粉钻提现',
- path: '/finance/withDustDraw',
- component: './Finance/WithDrawList',
- },
- {
- name: '家族提现',
- path: '/finance/familywithdraw',
- component: './Finance/FamilyWithDraw'
- },
- {
- name: '公会提现',
- path: '/finance/agentwithdraw',
- component: './Finance/AgentWithDraw'
- },
- {
- name: '每日充值记录',
- path: '/finance/dailyrecharge',
- component: './Finance/UserDailyRecharge',
- },
- {
- name: '支付订单',
- path: '/finance/payorder',
- component: './Finance/PayOrder',
- },
- {
- name: '充值项目列表',
- path: '/finance/investlist',
- component: './Finance/InvestList',
- },
- {
- name: '幸运礼物配置列表',
- path: '/finance/lgconfiglist',
- component: './Finance/LGConfigList',
- },
- {
- name: '价格配置列表',
- path: '/finance/priceconfig',
- component: './Finance/PriceConfig',
- },
- {
- name: '贵族价格配置',
- path: '/finance/nobles',
- component: './Finance/NobleList',
- },
- {
- name: '钱包操作',
- path: '/finance/walletAction',
- component: './Finance/WalletAction',
- },
- {
- name: '钱包查询',
- path: '/finance/walletSearch',
- component: './Finance/WalletSearch',
- },
- {
- name: '背包查询',
- path: '/finance/bagSearch',
- component: './Finance/BagSearch',
- },
- {
- name: '虚拟币种管理',
- path: '/finance/virtualcoin',
- component: './Finance/VirtualCoin',
- },
- {
- name: 'VIP充值项目',
- path: '/finance/vipRecharge',
- component: './Finance/VipRecharge/VipRecharge',
- },
- {
- name: '财务统计',
- path: '/finance/statistics',
- component: './Finance/FinanceStatistics',
- },
- {
- name: '主播工资管理',
- path: '/finance/anchorsalary',
- component: './Finance/AnchorSalary',
- },
- {
- name: '邀请奖励配置',
- path: '/finance/inviteconfig',
- component: './Finance/InviteConfig',
- },
- {
- name: '汇总核算',
- path: '/finance/summaryAccounting',
- component: './Finance/SummaryAccounting',
- }
- ],
- },
- {
- name: '运营管理',
- path: '/biz',
- icon: 'cluster',
- routes: [
- {
- name: '广告管理',
- path: '/biz/banners',
- component: './Operation/BannerList',
- },
- {
- name: '靓号管理',
- path: '/biz/nicenum',
- component: './Operation/NiceNumber',
- },
- {
- name: '赠送物品',
- path: '/biz/giveGift',
- component: './Operation/GiveGift',
- },
- {
- name: '回收物品',
- path: '/biz/recoverGift',
- component: './Operation/RecoverGift',
- },
- {
- name: '邀请海报',
- path: '/biz/inviteposter',
- component: './Operation/InvitePoster',
- },
- {
- name: '推送管理',
- path: '/biz/pushmanage',
- component: './Operation/PushManage',
- },
- {
- name: '推送详情',
- path: '/biz/pushmanage/details',
- component: './Operation/PushDetails',
- },
- {
- name: '附近的人管理',
- path: '/biz/nearBy',
- component: './Operation/NearBy',
- },
- {
- name: '交友速配',
- path: '/biz/friendsdating',
- component: './Operation/Friendsdating',
- },
- {
- name: 'PK管理',
- path: '/biz/pkmanagement',
- component: './Operation/Pkmanagement'
- },
- {
- name: '房间内PK记录',
- path: '/biz/pkrecord',
- component: './Operation/PKrecord'
- },
- {
- name: '跨房间PK记录',
- path: '/biz/acrossroompk',
- component: './Operation/Acrossroompk'
- },
- {
- name: 'PK详情',
- path: '/biz/pkdetail',
- component: './Operation/PKdetail'
- },
- {
- name: '搜索关键词',
- path: '/biz/keywordsearch',
- component: './Operation/Keywordsearch',
- },
- {
- name: '真爱榜管理',
- path: '/biz/reallove',
- component: './Operation/Reallove'
- },
- {
- name: '小时榜管理',
- path: '/biz/hoursmanage',
- component: './Operation/Hoursmanage'
- },
- {
- name: '首页快捷入口',
- path: '/biz/homeentrance',
- component: './Operation/Homeentrance'
- },
- {
- name: '历史消息记录',
- path: '/biz/historyrecord',
- component: './Operation/Historyrecord'
- },
- {
- name: '短信发送',
- path: '/biz/sendmessage',
- component: './Operation/Sendmessage'
- }
- ],
- },
- {
- name: '金币商城',
- path: '/coinShop',
- icon: 'bank',
- routes: [
- {
- name: '类目管理',
- path: '/coinShop/categoryList',
- component: './CoinShop/ProductCategoryList',
- },
- {
- name: '商品管理',
- path: '/coinShop/productList',
- component: './CoinShop/ProductList',
- },
- {
- name: '添加商品',
- path: '/coinShop/productList/addProduct',
- component: './CoinShop/AddProduct',
- hideInMenu: true
- },
- {
- name: '编辑商品',
- path: '/coinShop/productList/updateProduct',
- component: './CoinShop/AddProduct',
- hideInMenu: true
- },
- {
- name: '订单管理',
- path: '/coinShop/orderList',
- component: './CoinShop/OrderList',
- }
- ],
- },
- {
- name: '渠道管理',
- path: '/chanel',
- icon: 'gold',
- routes: [
- {
- name: '渠道列表',
- path: '/chanel/channelList',
- component: './Chanel/ChannelList',
- },
- {
- name: '渠道分组',
- path: '/chanel/group',
- component: './Chanel/ChannelGroup/ChannelGroup',
- },
- {
- name: '添加渠道',
- path: '/chanel/addChannel',
- component: './Chanel/AddChannel',
- hideInMenu: true
- },
- {
- name: '渠道详情',
- path: '/chanel/detail',
- component: './Chanel/ChannelDetail',
- hideInMenu: true
- },
- {
- name: '编辑渠道',
- path: '/chanel/updateChannel',
- component: './Chanel/AddChannel',
- hideInMenu: true
- },
- {
- name: '渠道账号',
- path: '/chanel/channelmanager',
- component: './Chanel/ChannelManager',
- },
- {
- name: '短信服务商',
- path: '/chanel/smsagent',
- component: './Chanel/SmsAgentList',
- },
- {
- name: '短信模版',
- path: '/chanel/smstemp',
- component: './Chanel/SmsTempList',
- },
- {
- name: '短信签名',
- path: '/chanel/smssign',
- component: './Chanel/SmsSignList',
- },
- {
- name: '一键登录服务商',
- path: '/chanel/oneKeyLoginAgentList',
- component: './Chanel/OneKeyLoginAgentList',
- },
- {
- name: '微信支付配置',
- path: '/chanel/wechatPay',
- component: './Chanel/PayConfigWxPageList',
- },
- {
- name: '支付宝支付配置',
- path: '/chanel/aliPay',
- component: './Chanel/PayConfigAlipayPageList',
- },
- {
- name: '第三方授权配置',
- path: '/chanel/authConfig',
- component: './Chanel/OauthConfigPageList',
- },
- {
- name: '华为支付配置',
- path: '/chanel/huaweiPay',
- component: './Chanel/PayConfigHuaweiPageList',
- },
- {
- name: '语聊房配置',
- path: '/chanel/crConfig',
- component: './Chanel/ChatRoomConfig',
- },
- {
- component: './404',
- },
- ],
- },
- {
- name: '销售管理',
- path: '/sale',
- icon: 'menu',
- routes: [
- {
- name: '销售综合管理',
- path: '/sale/employee',
- component: './Sale/SaleEmployee',
- },
- {
- name: '额度申请审批',
- path: '/sale/rechargeapply',
- component: './Sale/RechargeApply',
- },
- {
- name: '销售充币记录',
- path: '/sale/rechargerecord',
- component: './Sale/RechargeCoinRecord',
- },
- {
- name: '额度申请',
- path: '/sale/myapply',
- component: './Sale/MyRechargeApply',
- },
- {
- name: '充币管理',
- path: '/sale/myrecharge',
- component: './Sale/MyRechargeCoin',
- },
- {
- name: '支付订单',
- path: '/sale/payorder',
- component: './Finance/PayOrder',
- },
- ],
- },
- {
- name: '菜单管理',
- path: '/adminroutes',
- icon: 'menu',
- routes: [
- {
- name: '路由菜单列表',
- path: '/adminroutes/list',
- component: './AdminRoutes/AdminRoutes',
- },
- {
- name: '路由动作列表',
- path: '/adminroutes/actions',
- component: './AdminRoutes/RouteActions',
- }
- ],
- },
- {
- name: '系统管理',
- path: '/system',
- icon: 'setting',
- routes: [
- {
- name: 'app版本管理',
- path: '/system/upgrades',
- component: './System/AppUpgrade',
- },
- {
- component: './404',
- },
- ],
- }
- ],
- },
- {
- component: './404',
- },
- ];
|