最新的开发者工具切换代理后 wx.login 一直调用失败?
wx.login({
fail(err) {
console.log(err);
}
});
// 提示:
// { errMsg: "login:fail Protocol "https:" not supported. Expected "http:"" }
需要重启开发者工具才能恢复。
wx.login({
fail(err) {
console.log(err);
}
});
// 提示:
// { errMsg: "login:fail Protocol "https:" not supported. Expected "http:"" }
需要重启开发者工具才能恢复。