diff --git a/src/views/DesktopApp.jsx b/src/views/DesktopApp.jsx
index a94568b..1d91cb1 100644
--- a/src/views/DesktopApp.jsx
+++ b/src/views/DesktopApp.jsx
@@ -177,6 +177,10 @@ function DesktopApp() {
key: '/chat/history',
label: 聊天记录,
},
+ {
+ key: '/customer_relation',
+ label: 客户运营,
+ },
]}
/>