diff --git a/src/App.jsx b/src/App.jsx
index ff950f8..4db3f01 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -14,7 +14,8 @@ import Icon, {
FlagOutlined,
PieChartOutlined,
BarChartOutlined,
- CoffeeOutlined, DesktopOutlined
+ CoffeeOutlined, DesktopOutlined,
+ WhatsAppOutlined
} from '@ant-design/icons';
import { Layout, Menu, Image, Badge, Button } from 'antd';
import { BrowserRouter, Route, Routes, NavLink } from 'react-router-dom';
@@ -109,10 +110,6 @@ const App = () => {
{ key: 52, label: 销售进度 },
{ key: 'distribution', label: 统计分布 },
{ key: 'trade-pivot', label: 数据透视 },
- { key: 'xx', type: 'divider' },
- { key: 'op_dashboard', label: 顾问-看板 },
- { key: 'op_activity', label: 顾问-沟通 },
- { key: 'op_risk', label: 顾问-提升 },
],
},
{
@@ -163,6 +160,17 @@ const App = () => {
},
],
},
+ {
+ key: 'crm',
+ label: '销售平台',
+ icon: ,
+ children: [
+ // { key: 'xx', type: 'divider' },
+ { key: 'op_dashboard', label: 结果 },
+ // { key: 'op_activity', label: 过程 },
+ // { key: 'op_risk', label: 提升 },
+ ],
+ },
{ key: 'kpi', label: 目标配置, icon: },
// {
// key: 'detail',