张延森 3 anni fa
parent
commit
862e0e4f85
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0
    2
      src/components/ECharts/index.jsx

+ 0
- 2
src/components/ECharts/index.jsx Vedi File

@@ -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