微信公众号登录授权不返回code,如何解决?
redirect_uri这么写:https://www.abcdef.com/test.html,页面可以正常跳转,跳转后的页面也可以获取到code
但实际上项目基于angular开发,hash模式
redirect_uri就变成了:https://www.abcdef.com/\#/base/splash/index,页面可以正常跳转,但是跳转后的页面获取不到code
如何解决?
redirect_uri这么写:https://www.abcdef.com/test.html,页面可以正常跳转,跳转后的页面也可以获取到code
但实际上项目基于angular开发,hash模式
redirect_uri就变成了:https://www.abcdef.com/\#/base/splash/index,页面可以正常跳转,但是跳转后的页面获取不到code
如何解决?