(feature)(supersonic-fe) add chat external route (#1407)

This commit is contained in:
williamhliu
2024-07-15 10:10:50 +08:00
committed by GitHub
parent 529251097b
commit 4d1360b924
2 changed files with 18 additions and 12 deletions

View File

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