fix: 更改echarts引入方式解决警告问题

This commit is contained in:
陈劲松
2021-02-01 11:11:50 +08:00
committed by chenjinsong
parent 22db5d042f
commit a2aff02f00
6 changed files with 18 additions and 5 deletions

View File

@@ -236,7 +236,7 @@
import * as L from 'leaflet'
import icon from 'leaflet/dist/images/marker-icon.png';
import iconShadow from 'leaflet/dist/images/marker-shadow.png';
import echarts from "echarts";
import * as echarts from "echarts";
import chartConfig from './chartConfig'
import overViewTopology from '../../../common/project/overViewTopology'
import messageAsset from '../../../common/overView/messageAsset'