The file at 'http://xxxx.xlsx' was loaded over an insecure connection?-灵析社区

庆广大

vue 项目想下载文件,文件放在public目录下,通过这种方式下载 下载文件 提示错误 The file at 'http://xxxx.xlsx' was loaded over an insecure connection. This file should be served over HTTPS 我当前项目是本地启动的`http`环境,下载文件也在本地,现在怎么修改呢? ![image.png](https://wmprod.oss-cn-shanghai.aliyuncs.com/images/20250103/72212b3fd9e4f74ea3c2f6a7057c264e.png)

阅读量:22

点赞量:0

问AI
Frank的私人司机
使用双斜杠"下载文件",其次你的网站如果是https,就必须要提供https的资源。如果你是https网站,用http资源,就会出现你的提示日志。