|
|
|
@ -16,6 +16,7 @@ import EventContainer from '@/pages/orchestration/event';
|
|
|
|
import GlobalVarContainer from '@/pages/orchestration/globalVar';
|
|
|
|
import GlobalVarContainer from '@/pages/orchestration/globalVar';
|
|
|
|
import AppCompComponent from '@/pages/orchestration/appCompComponent';
|
|
|
|
import AppCompComponent from '@/pages/orchestration/appCompComponent';
|
|
|
|
import ComponentList from '@/pages/componentDevelopment/componentList';
|
|
|
|
import ComponentList from '@/pages/componentDevelopment/componentList';
|
|
|
|
|
|
|
|
import ComponentCoding from '@/pages/componentDevelopment/componentCoding';
|
|
|
|
|
|
|
|
|
|
|
|
type UrlParamsOptions = {
|
|
|
|
type UrlParamsOptions = {
|
|
|
|
identity?: string;
|
|
|
|
identity?: string;
|
|
|
|
@ -27,7 +28,6 @@ const AppInstanceComponent = () => <div style={{ height: '100%', width: '100%' }
|
|
|
|
const MyComponents = () => <div style={{ height: '100%', width: '100%' }}>我的组件</div>;
|
|
|
|
const MyComponents = () => <div style={{ height: '100%', width: '100%' }}>我的组件</div>;
|
|
|
|
const MatchingComponents = () => <div style={{ height: '100%', width: '100%' }}>协同组件</div>;
|
|
|
|
const MatchingComponents = () => <div style={{ height: '100%', width: '100%' }}>协同组件</div>;
|
|
|
|
const ComponentReview = () => <div style={{ height: '100%', width: '100%' }}>组件审核</div>;
|
|
|
|
const ComponentReview = () => <div style={{ height: '100%', width: '100%' }}>组件审核</div>;
|
|
|
|
const ComponentCoding = () => <div style={{ height: '100%', width: '100%' }}>组件编码</div>;
|
|
|
|
|
|
|
|
const ComponentDeployment = () => <div style={{ height: '100%', width: '100%' }}>组件部署</div>;
|
|
|
|
const ComponentDeployment = () => <div style={{ height: '100%', width: '100%' }}>组件部署</div>;
|
|
|
|
const ComponentTest = () => <div style={{ height: '100%', width: '100%' }}>组件测试</div>;
|
|
|
|
const ComponentTest = () => <div style={{ height: '100%', width: '100%' }}>组件测试</div>;
|
|
|
|
const EnvConfig = () => <div style={{ height: '100%', width: '100%' }}>环境配置</div>;
|
|
|
|
const EnvConfig = () => <div style={{ height: '100%', width: '100%' }}>环境配置</div>;
|
|
|
|
|