From 1c64f84d68d771cafb7eac307d17a746f26cc6cf Mon Sep 17 00:00:00 2001 From: XingQue Date: Wed, 1 Jul 2026 17:30:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AE=A2=E6=9C=8D=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=8E=E6=8E=92=E8=A1=8C=E6=A6=9C=E5=A5=96?= =?UTF-8?q?=E5=8A=B1=E5=BC=80=E5=8F=91=E5=89=8D=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- src/router/index.js | 7 +- src/views/Layout.vue | 30 ++- src/views/chat/ScriptConfig.vue | 406 ++++++++++++++++++++++++++++++++ 3 files changed, 431 insertions(+), 12 deletions(-) create mode 100644 src/views/chat/ScriptConfig.vue diff --git a/src/router/index.js b/src/router/index.js index 843ffcf..90c5eda 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -296,7 +296,12 @@ const routes = [ { path: 'chat/agent', component: () => import('@/views/chat/Agent.vue'), - meta: { title: '会话管理' } + meta: { title: '会话接入' } + }, + { + path: 'chat/script-config', + component: () => import('@/views/chat/ScriptConfig.vue'), + meta: { title: '客服聊天配置' } } ] } diff --git a/src/views/Layout.vue b/src/views/Layout.vue index eaf91cc..dd602a3 100644 --- a/src/views/Layout.vue +++ b/src/views/Layout.vue @@ -158,17 +158,25 @@ 店铺商品管理 - - - - 会话管理 - - + + + + + 会话接入 + + + 客服聊天配置 + +
diff --git a/src/views/chat/ScriptConfig.vue b/src/views/chat/ScriptConfig.vue new file mode 100644 index 0000000..1e08b96 --- /dev/null +++ b/src/views/chat/ScriptConfig.vue @@ -0,0 +1,406 @@ + + + + +