-
Notifications
You must be signed in to change notification settings - Fork 19.8k
引入echarts-gl之后导致代码报错 #10057
Copy link
Copy link
Closed
Labels
bugpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.third-party
Metadata
Metadata
Assignees
Labels
bugpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.third-party
Type
Fields
Give feedbackNo fields configured for issues without a type.
Version
4.1.0-release
Steps to reproduce
只要引入echarts-gl 就会发生错误
What is expected?
期望能正常引入三维图 并且不报错
What is actually happening?
报错
在我引入三维地图之前 该页面可以正常访问 但当我引入三维地图之后 页面加载错误 TypeError: Cannot read property 'util' of undefined “util”是我定义的一个接口请求工具类 没引入之前 是可以正常请求数据的