问题①
小程序预览时出现错误,request:fail -118:net:ERR_CONNECTION_TIMED_OUT
解决办法:
使用同一局域网即可,也就是连上WiFi
问题②
Uncaught (in promise) thirdScriptError
{“errMsg”:“request:fail -102:net::ERR_CONNECTION_REFUSED”}
Object
大概率是用的 http://localhost:8080/ 访问,将localhost改成本机的ip( http://192.xxx.xxx.x:8080/)即可
本机ip查询步骤:
Win+R命令打开cmd窗口,输入cmd,再用 ipconfig 命令查出本机ip
完毕。