mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 12:34:28 +08:00
[feature](webapp) merge query steps to one card
This commit is contained in:
@@ -13,7 +13,7 @@ const Settings: LayoutSettings & {
|
||||
colorWeak: false,
|
||||
title: '',
|
||||
pwa: false,
|
||||
iconfontUrl: '//at.alicdn.com/t/c/font_3201979_drwu4z3kkbi.js',
|
||||
iconfontUrl: '//at.alicdn.com/t/c/font_4120566_qiku6b2kol.js',
|
||||
splitMenus: true,
|
||||
menu: {
|
||||
defaultOpenAll: true,
|
||||
|
||||
@@ -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