yulimchen / vue3-h5-template

🌱 A ready-to-use mobile project base template built with the Vue3, Vant, and Vite. | 基于 Vue3、Vite5、TypeScript/JavaScript、Tailwindcss、Vant4,开箱即用的移动端项目基础模板
https://yulimchen.github.io/vue3-h5-template/
MIT License
1.06k stars 255 forks source link

关于http 和 https 的问题,项目默认是https,但是想转https,http在手机上无法访问 #71

Closed 10240418 closed 2 months ago

10240418 commented 2 months ago

小白求教,如何实现项目转https呢,因为看readme的线上地址是https的,

mydevc commented 2 months ago

https还是http和此项目无关,需要先申请ssl证书,在服务器端配置。阿里云、腾讯云都可申请免费证书,3个月过期。

10240418 commented 2 months ago

好的谢谢,就是调试无法使用手机调试html5-qrcode有点难受

10240418 commented 2 months ago

npm i @vitejs/plugin-basic-ssl -D ok 可以使用一个不安全的链接然后线下配置,我的问题解决了