引用swiper后,在网站加载时浏览器控制台会报错,如下图所示:
swiper.min.js.map访问404解决办法
swiper.min.js.map访问404解决办法

建议不使用Source Map功能,请把js压缩文件最后一行
//# sourceMappingURL=maps/swiper.min.js.map 删掉。以免在某些浏览器出现以下提示:
//# sourceMappingURL=maps/swiper.min.js.map

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2022-01-06
猜你喜欢
  • 2023-03-31
  • 2021-08-13
  • 2022-01-02
  • 2021-09-25
  • 2021-08-26
相关资源
相似解决方案