张延森 3 年前
父节点
当前提交
862e0e4f85
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      src/components/ECharts/index.jsx

+ 0
- 2
src/components/ECharts/index.jsx 查看文件

@@ -45,10 +45,8 @@ export default forwardRef((props, ref) => {
45 45
 
46 46
   useEffect(() => {
47 47
     echartsRef.current = echarts.init(domRef.current);
48
-    console.log('---------echarts------>', domRef.current);
49 48
 
50 49
     const handleResize = () => {
51
-      console.log('---------onresize------>', domRef.current);
52 50
       echartsRef.current.resize();
53 51
     };
54 52