Commit 41e85e41 authored by yaya's avatar yaya

feat: 修改图标

parent 12f399d4
...@@ -410,7 +410,7 @@ export const asyncRouterMap = [ ...@@ -410,7 +410,7 @@ export const asyncRouterMap = [
name: 'redData', name: 'redData',
meta: { meta: {
title: '小红书数据分析', title: '小红书数据分析',
icon: 'people' icon: 'tree-table'
}, },
children: [ children: [
{ {
...@@ -418,9 +418,9 @@ export const asyncRouterMap = [ ...@@ -418,9 +418,9 @@ export const asyncRouterMap = [
component: () => import('@/views/redData/soringList'), component: () => import('@/views/redData/soringList'),
name: 'soringList', name: 'soringList',
meta: { meta: {
perms: ['POST /admin/sysIM/sendChatMsg'], perms: ['POST /admin/xhs/find'],
title: '笔记飙升榜单', title: '笔记飙升榜单',
icon: 'user', icon: 'table',
noCache: true noCache: true
} }
}, },
...@@ -429,9 +429,9 @@ export const asyncRouterMap = [ ...@@ -429,9 +429,9 @@ export const asyncRouterMap = [
component: () => import('@/views/redData/analysisList'), component: () => import('@/views/redData/analysisList'),
name: 'analysisList', name: 'analysisList',
meta: { meta: {
perms: ['POST /admin/sysIM/sendChatMsg'], perms: ['POST /admin/xhs/find'],
title: '用户评论分析', title: '用户评论分析',
icon: 'form', icon: 'chart',
noCache: true 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