From a181b2b86b69082491ac9fde3563a5e1e2f9c8f0 Mon Sep 17 00:00:00 2001 From: sdjdd Date: Sun, 7 Apr 2024 17:28:50 +0800 Subject: [PATCH] feat(next/web): allow customer service manage quick reply --- next/web/src/App/Admin/Settings/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/next/web/src/App/Admin/Settings/index.tsx b/next/web/src/App/Admin/Settings/index.tsx index f36aff294..82853111e 100644 --- a/next/web/src/App/Admin/Settings/index.tsx +++ b/next/web/src/App/Admin/Settings/index.tsx @@ -46,6 +46,11 @@ const SettingRoutes = () => ( } /> + + } /> + } /> + } /> + } /> @@ -228,6 +233,7 @@ const routeGroups: MenuItem[] = [ { name: '快捷回复', path: 'quick-replies', + adminOnly: false, }, { name: '视图',