|
|
|
@ -27,6 +27,7 @@ import ProtectedRoute from './views/ProtectedRoute';
|
|
|
|
|
import Customer_care_inchina from './charts/Customer_care_inchina';
|
|
|
|
|
import Customer_care_potential from './charts/Customer_care_potential';
|
|
|
|
|
import Customer_care_regular from './charts/Customer_care_regular';
|
|
|
|
|
import Customer_care_regular_pivot from './charts/Customer_care_regular_pivot';
|
|
|
|
|
import Wechat_session from './charts/Wechat_session';
|
|
|
|
|
import WhatsApp_session from './charts/WhatsApp_session';
|
|
|
|
|
import AgentGroupCount from './views/AgentGroupCount';
|
|
|
|
@ -48,7 +49,6 @@ import DataPivot from './views/DataPivot';
|
|
|
|
|
import Welcome from './views/Welcome';
|
|
|
|
|
import Meeting2024GH from './views/Meeting2024-GH';
|
|
|
|
|
import Meeting2025GH from './views/Meeting2025-GH';
|
|
|
|
|
import SalesCustomerCareRegular from './views/SalesCustomerCareRegular';
|
|
|
|
|
import { stores_Context, APP_VERSION } from './config';
|
|
|
|
|
import { WaterMark } from '@ant-design/pro-components';
|
|
|
|
|
import CooperationIcon from './components/icons/CooperationIcon';
|
|
|
|
@ -128,7 +128,7 @@ const App = () => {
|
|
|
|
|
key: 32,
|
|
|
|
|
label: <NavLink to="/customer_care_regular">老客户</NavLink>,
|
|
|
|
|
},
|
|
|
|
|
{ key: 'customer_care_regular_sales', label: <NavLink to="/customer_care_regular_sales">老客户-分析</NavLink> },
|
|
|
|
|
{ key: 'customer_care_regular_pivot', label: <NavLink to="/customer_care_regular_pivot">老客户-分析</NavLink> },
|
|
|
|
|
{
|
|
|
|
|
key: 33,
|
|
|
|
|
label: <NavLink to="/customer_care_inchina">在华客户</NavLink>,
|
|
|
|
@ -257,7 +257,7 @@ const App = () => {
|
|
|
|
|
<Route element={<ProtectedRoute auth={['admin', 'director_bu', 'customer_care']} />}>
|
|
|
|
|
<Route path="/customer_care_inchina" element={<Customer_care_inchina />} />
|
|
|
|
|
<Route path="/customer_care_regular" element={<Customer_care_regular />} />
|
|
|
|
|
<Route path="/customer_care_regular_sales" element={<SalesCustomerCareRegular />} />
|
|
|
|
|
<Route path="/customer_care_regular_pivot" element={<Customer_care_regular_pivot />} />
|
|
|
|
|
<Route path="/customer_care_potential" element={<Customer_care_potential />} />
|
|
|
|
|
<Route path="/whatsapp_session" element={<WhatsApp_session />} />
|
|
|
|
|
<Route path="/wechat_session" element={<Wechat_session />} />
|
|
|
|
|