|
@@ -23,8 +23,6 @@ export class CompController{
|
|
const arr = this.state.content;
|
|
const arr = this.state.content;
|
|
this.designCompMap.clear();
|
|
this.designCompMap.clear();
|
|
|
|
|
|
- debugger;
|
|
|
|
-
|
|
|
|
const ParseComp = (obj:any)=> {
|
|
const ParseComp = (obj:any)=> {
|
|
if (typeof obj != "object") return;
|
|
if (typeof obj != "object") return;
|
|
//作为组件
|
|
//作为组件
|