From dd2fd7ec098019968ff3dd51d784ec3854520a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=86=9B?= <543024265@qq.com> Date: Mon, 14 Jul 2025 11:30:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(property-marketing):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=A9=BA=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E5=A4=84=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4=E5=9B=BE=E8=A1=A8=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=92=8C=E6=8A=95=E8=B5=84=E6=8C=87=E5=8D=97=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Agent/Chat/components/ChatBox.vue | 36 ++++++ .../Agent/Chat/components/HistoryChat.vue | 40 ++++++ src/views/Agent/Chat/index.vue | 120 +----------------- 3 files changed, 79 insertions(+), 117 deletions(-) create mode 100644 src/views/Agent/Chat/components/ChatBox.vue create mode 100644 src/views/Agent/Chat/components/HistoryChat.vue diff --git a/src/views/Agent/Chat/components/ChatBox.vue b/src/views/Agent/Chat/components/ChatBox.vue new file mode 100644 index 0000000..b2f5b32 --- /dev/null +++ b/src/views/Agent/Chat/components/ChatBox.vue @@ -0,0 +1,36 @@ + + + diff --git a/src/views/Agent/Chat/components/HistoryChat.vue b/src/views/Agent/Chat/components/HistoryChat.vue new file mode 100644 index 0000000..cee070a --- /dev/null +++ b/src/views/Agent/Chat/components/HistoryChat.vue @@ -0,0 +1,40 @@ + + + + + diff --git a/src/views/Agent/Chat/index.vue b/src/views/Agent/Chat/index.vue index 4af74e1..037a273 100644 --- a/src/views/Agent/Chat/index.vue +++ b/src/views/Agent/Chat/index.vue @@ -1,119 +1,5 @@ - - - - + +