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 @@ + + + + +