You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/05/18 05:51:08 UTC

[GitHub] [incubator-echarts] cocoyzs commented on issue #12652: vs本地测试map可以正常展示,部署到iis后一直loading

cocoyzs commented on issue #12652:
URL: https://github.com/apache/incubator-echarts/issues/12652#issuecomment-629960813


   已经找到原因,是引入的geojson文件在iis中无法访问得到,iis对json整个目录都无法访问,包括该目录下的html文件,别的目录没有问题,不懂为什么,
   system.webserver中添加节点
   <staticContent>
      <mimeMap fileExtension=".json" mimeType="application/json" />
   </staticContent>
   之后就正常显示了。


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org