摘要: 如果你不希望浏览器发送这些.map文件的请求,你可以在服务器配置中进行拦截,例如使用Nginx: location ~ \.map$ { deny all; } 阅读全文
posted @ 2024-12-26 16:09 【云】风过无痕 阅读(27) 评论(0) 推荐(0)