• qzhxx's avatar
    merge · db851fd3
    qzhxx authored
    db851fd3
menu.js 6.69 KB
export const menuList = [
    {
        name: '内容管理',
        icon: 'icon-headContent',
        avatar: 'content_head_picture.png',
        color: '',
        url: '',
        children: [
            {
                name: '展板管理',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '版权方管理', icon: 'icon-copyrights', color: 'index-red', avatar: '', url: '/displayCopyright' },
                    { name: '分类管理', icon: 'icon-classify', color: 'index-blue', avatar: '', url: '/displayclassify' },
                    { name: '内容管理', icon: 'icon-content', color: 'index-green', avatar: '', url: '/displayContent' },
                ]
            },
            {
                name: '视频管理',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '版权方管理', icon: 'icon-copyrights', color: 'index-red', avatar: '', url: '/videoCopyright' },
                    { name: '分类管理', icon: 'icon-classify', color: 'index-blue', avatar: '', url: '/videoclassify' },
                    { name: '内容管理', icon: 'icon-content', color: 'index-green', avatar: '', url: '/videoContent' },
                    { name: '视频汇出', icon: 'icon-plane', color: 'index-purple', avatar: '', url: '/videoRemit' },
                ]
            },
            {
                name: '平台学习内容制作',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '学习项目管理', icon: 'icon-data', color: 'index-blue', avatar: '', url: '/learnProject' },
                    { name: '学习内容制作', icon: 'icon-pen', color: 'index-pink', avatar: '', url: '/learnContent' },
                   

                ]
            },
        ]
    },
    {
        name: '审核管理',
        icon: 'icon-headAudit',
        avatar: 'audit_head_picture.png',
        color: '',
        url: '',
        children: [
            {
                name: '内容及账号审核',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '视频审核', icon: 'icon-video', color: 'index-blue', url: '/checkVideo' },
                    { name: '展板审核', icon: 'icon-screen', color: 'index-green', url: '/checkDisplay' },
                    { name: '学习内容审核', icon: 'icon-magnifier', color: 'index-pink', url: '/checkLearn' },
                    { name: '账号禁用审核', icon: 'icon-disable', color: 'index-red', url: '/recheck' }
                ]
            }
        ]
    },
    {
        name: '单位用户管理',
        icon: 'icon-headUser',
        avatar: 'user_head_picture.png',
        color: '',
        url: '',
        children: [
            {
                name: '互动管理',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '互动内容', icon: 'icon-interaction', color: 'index-purple', url: '/interactive' }
                ]
            },
            {
                name: '账号管理',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '账号管理', icon: 'icon-account', color: 'index-blue', url: '/unitAdmin' }
                ]
            }
        ]
    },
    {
        name: '机顶盒管理',
        icon: 'icon-headStb',
        avatar: 'stb_head_picture.png',
        color: '',
        url: '',
        children: [
            {
                name: '机顶盒信息及运维管理',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '基础信息管理', icon: 'icon-radio', color: 'index-pink', url: '/STBbase' },
                    { name: '运维信息管理', icon: 'icon-message', color: 'index-blue', url: '/STBoperation' },
                    { name: '运维账号管理', icon: 'icon-gear', color: 'index-pink', url: '/stbAccount' }
                ]
            },
            {
                name: 'APP管理',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '版本管理', icon: 'icon-appversion', color: 'index-red', url: '/appversion' },
                    { name: '界面自定义', icon: 'icon-interface', color: 'index-pink', url: '/pagecustom' }
                ]
            }
        ]
    },
    {
        name: '统计数据',
        icon: 'icon-headStatistics',
        avatar: 'statistics_head_picture.png',
        color: '',
        url: '',
        children: [
            {
                name: '统计图表',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '统计概览', icon: 'icon-overview', color: 'index-purple', url: '/overview' },
                    { name: '互动统计', icon: 'icon-interaction', color: 'index-green', url: '/interaction' },
                    { name: '趋势分析', icon: 'icon-tend', color: 'index-pink', url: '/tend' }
                ]
            },
            {
                name: '统计账号',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '统计用户管理', icon: 'icon-statisticsUser', color: 'index-blue', url: '/statisticalUser' }
                ]
            },
        ]
    },
    {
        name: '系统管理',
        icon: 'icon-headSystem',
        avatar: 'system_head_picture.png',
        color: '',
        url: '',
        children: [
            {
                name: '机构及信息管理',
                icon: '',
                avatar: '',
                color: '',
                url: '',
                children: [
                    { name: '机构管理', icon: 'icon-organ', color: 'index-green', url: '/organ' },
                    { name: '日志管理', icon: 'icon-log', color: 'index-pink', url: '/log' },
                    { name: '平台用户管理', icon: 'icon-platUser', color: 'index-blue', url: '/users' },
                    { name: '修改密码', icon: 'icon-lock', color: 'index-red', url: '/changePwd' },
                ]
            }
        ]
    },
]