[feature](webapp) merge query steps to one card

This commit is contained in:
williamhliu
2023-08-29 22:14:14 +08:00
parent 93ca060c45
commit 36fd737440
40 changed files with 994 additions and 496 deletions

View File

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

View File

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