mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 06:27:21 +00:00
[feature](webapp) merge query steps to one card
This commit is contained in:
@@ -8,6 +8,14 @@ const ENV_KEY = {
|
||||
const { APP_TARGET } = process.env;
|
||||
|
||||
const ROUTES = [
|
||||
{
|
||||
path: '/chat/mobile',
|
||||
name: 'chat',
|
||||
component: './Chat',
|
||||
hideInMenu: true,
|
||||
layout: false,
|
||||
envEnableList: [ENV_KEY.CHAT],
|
||||
},
|
||||
{
|
||||
path: '/chat',
|
||||
name: 'chat',
|
||||
|
||||
Reference in New Issue
Block a user