diff --git a/src/pages/ideContainer/config/menuData.ts b/src/pages/ideContainer/config/menuData.ts index bd337e3..1fcb01f 100644 --- a/src/pages/ideContainer/config/menuData.ts +++ b/src/pages/ideContainer/config/menuData.ts @@ -55,6 +55,12 @@ export const menuData1 = [ children: null, path: 'globalVar', key: 'globalVar' + }, + { + title: '组件', + children: null, + path: 'appCompList', + key: 'appCompList' } ]; @@ -98,4 +104,6 @@ export const menuData2 = [ path: 'componentTest', key: 'componentTest' } -]; \ No newline at end of file +]; + +// export const tempEnvData = \ No newline at end of file diff --git a/src/pages/ideContainer/index.tsx b/src/pages/ideContainer/index.tsx index 7da4c59..35fe670 100644 --- a/src/pages/ideContainer/index.tsx +++ b/src/pages/ideContainer/index.tsx @@ -21,6 +21,7 @@ const CompListComponent = () =>