mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 05:43:51 +00:00
Integrate Chat and Copilot into chat-sdk, and add SQL parse display (#166)
This commit is contained in:
@@ -11,7 +11,7 @@ const ROUTES = [
|
||||
{
|
||||
path: '/chat/mobile',
|
||||
name: 'chat',
|
||||
component: './Chat',
|
||||
component: './ChatPage',
|
||||
hideInMenu: true,
|
||||
layout: false,
|
||||
envEnableList: [ENV_KEY.CHAT],
|
||||
@@ -19,7 +19,7 @@ const ROUTES = [
|
||||
{
|
||||
path: '/chat',
|
||||
name: 'chat',
|
||||
component: './Chat',
|
||||
component: './ChatPage',
|
||||
envEnableList: [ENV_KEY.CHAT],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user