mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 06:27:21 +00:00
(feature)(supersonic-fe) add chat external route (#1407)
This commit is contained in:
@@ -16,6 +16,14 @@ const ROUTES = [
|
||||
layout: false,
|
||||
envEnableList: [ENV_KEY.CHAT],
|
||||
},
|
||||
{
|
||||
path: '/chat/external',
|
||||
name: 'chat',
|
||||
component: './ChatPage',
|
||||
hideInMenu: true,
|
||||
layout: false,
|
||||
envEnableList: [ENV_KEY.CHAT],
|
||||
},
|
||||
{
|
||||
path: '/chat',
|
||||
name: 'chat',
|
||||
|
||||
Reference in New Issue
Block a user