控制台报错:This page includes a password or credit card input in a non-secure context. A warning has been added to the URL bar. For more information, see https://goo.gl/zmWq3m.
找了下原因,我是因为用了ajax传到后台拿数据一直没返回。本地又可以
排查找到了原因:我传了code参数它认为不是https不能传密码之类的,直接阻止掉。换了其他参数就正常跑起来