From 48db4d4b22331f32bf6c6a0956a7cd4245ad6fde Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 29 六月 2023 09:30:34 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/menu/menushell/card.jsx |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/menu/menushell/card.jsx b/src/menu/menushell/card.jsx
index 1719f71..49a3646 100644
--- a/src/menu/menushell/card.jsx
+++ b/src/menu/menushell/card.jsx
@@ -133,14 +133,6 @@
     }
   }
 
-  // if (card.type === 'antvX6') { // 娴嬭瘯
-  //   return (
-  //     <div className={'ant-col mk-component-card ant-col-' + (card.width || 24)} style={style}>
-  //       <AntvX6 card={card} updateConfig={updateConfig} deletecomponent={delCard}/>
-  //     </div>
-  //   )
-  // }
-
   return (
     <div className={'ant-col mk-component-card ant-col-' + (card.width || 24)} ref={node => drag(drop(node))} style={style}>
       {getCardComponent()}

--
Gitblit v1.8.0