[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

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