axios.get(https://www.jumorechem.test/api/checkLoginStatus
)
Error: unable to verify the first certificate
如果修改为
axios.get(http://www.jumorechem.test/api/checkLoginStatus
)
或者
axios.get(https://www.jumorechem.com/api/checkLoginStatus
)
正常。
需要为域名安装证书,才可以正常访问。
网友评论