|
|
@ -18,7 +18,7 @@ import MobileChat from '@/views/mobile/Chat'
|
|
|
|
import CallCenter from '@/views/CallCenter'
|
|
|
|
import CallCenter from '@/views/CallCenter'
|
|
|
|
import MobileSecondHeader from '@/views/mobile/SecondHeaderWrapper'
|
|
|
|
import MobileSecondHeader from '@/views/mobile/SecondHeaderWrapper'
|
|
|
|
import CustomerProfile from '@/views/Conversations/Online/order/CustomerProfile'
|
|
|
|
import CustomerProfile from '@/views/Conversations/Online/order/CustomerProfile'
|
|
|
|
import SnippetList from '@/views/Conversations/Online/SnippetList'
|
|
|
|
import SnippetList from '@/views/accounts/SnippetList'
|
|
|
|
|
|
|
|
|
|
|
|
import Unassign from '@/views/ChatUnassign'
|
|
|
|
import Unassign from '@/views/ChatUnassign'
|
|
|
|
import ChatAssign from '@/views/Conversations/ChatAssign'
|
|
|
|
import ChatAssign from '@/views/Conversations/ChatAssign'
|
|
|
@ -70,7 +70,7 @@ const router = createBrowserRouter([
|
|
|
|
{ path: 'chat/history', element: <ChatHistory /> },
|
|
|
|
{ path: 'chat/history', element: <ChatHistory /> },
|
|
|
|
{ path: 'order/chat/:order_sn', element: <ChatWindow /> },
|
|
|
|
{ path: 'order/chat/:order_sn', element: <ChatWindow /> },
|
|
|
|
{ path: 'order/chat', element: <ChatWindow /> },
|
|
|
|
{ path: 'order/chat', element: <ChatWindow /> },
|
|
|
|
{ path: 'snippet-list', element: <SnippetList /> }, // 测试图文集界面
|
|
|
|
{ path: 'account/snippet-list', element: <SnippetList /> },
|
|
|
|
{ path: 'account/profile', element: <AccountProfile /> },
|
|
|
|
{ path: 'account/profile', element: <AccountProfile /> },
|
|
|
|
{ path: 'chat/unassign/:whatsappid', element: <ChatAssign /> },
|
|
|
|
{ path: 'chat/unassign/:whatsappid', element: <ChatAssign /> },
|
|
|
|
{ path: 'chat/unassign', element: <Unassign /> },
|
|
|
|
{ path: 'chat/unassign', element: <Unassign /> },
|
|
|
|