mazhy

Results 3 comments of mazhy

解决了 import { createBrowserHistory as createHistory } from 'history' export const dva = { config: { history: createHistory(), onError(err) { err.preventDefault(); console.error(err.message); }, }, };

在MAp组件中设置主题 mapstyle 就会这样, 我们的项目就是这个原因, 只有把mapstyle 去掉才会正常, 但是这种风格是不想要的,期待解决办法