开发工具公众号调试老提示使用http?
发现是代码里获取code的跳转报的:
window.location.replace(`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${Config.appid}&redirect_uri=${href}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect`);
手机微信里是正常的,就开发工具会提示下图。
把这行代码注释掉,就没有这样的提示。