Commit 41e85e41 authored by yaya's avatar yaya

feat: 修改图标

parent 12f399d4
......@@ -410,7 +410,7 @@ export const asyncRouterMap = [
name: 'redData',
meta: {
title: '小红书数据分析',
icon: 'people'
icon: 'tree-table'
},
children: [
{
......@@ -418,9 +418,9 @@ export const asyncRouterMap = [
component: () => import('@/views/redData/soringList'),
name: 'soringList',
meta: {
perms: ['POST /admin/sysIM/sendChatMsg'],
perms: ['POST /admin/xhs/find'],
title: '笔记飙升榜单',
icon: 'user',
icon: 'table',
noCache: true
}
},
......@@ -429,9 +429,9 @@ export const asyncRouterMap = [
component: () => import('@/views/redData/analysisList'),
name: 'analysisList',
meta: {
perms: ['POST /admin/sysIM/sendChatMsg'],
perms: ['POST /admin/xhs/find'],
title: '用户评论分析',
icon: 'form',
icon: 'chart',
noCache: true
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment