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