mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-13 20:30:48 +08:00
Add Scenario Mode with workflow editor - backend and frontend implementation
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
co-authored by
whyour
parent
a4712f2b96
commit
af88062219
@@ -1,5 +1,5 @@
|
||||
import intl from 'react-intl-universal';
|
||||
import { SettingOutlined } from '@ant-design/icons';
|
||||
import { SettingOutlined, ApartmentOutlined } from '@ant-design/icons';
|
||||
import IconFont from '@/components/iconfont';
|
||||
import { BasicLayoutProps } from '@ant-design/pro-layout';
|
||||
|
||||
@@ -36,6 +36,12 @@ export default {
|
||||
icon: <IconFont type="ql-icon-subs" />,
|
||||
component: '@/pages/subscription/index',
|
||||
},
|
||||
{
|
||||
path: '/scenario',
|
||||
name: intl.get('场景管理'),
|
||||
icon: <ApartmentOutlined />,
|
||||
component: '@/pages/scenario/index',
|
||||
},
|
||||
{
|
||||
path: '/env',
|
||||
name: intl.get('环境变量'),
|
||||
|
||||
Reference in New Issue
Block a user