三方应用,构造第三方应用oauth2链接,重定向url回调参数拼接异常?
提问
构造url:https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww4ce0xxxxxxx40c&redirect_uri=https://work.xxxxx-xxxx.com/work/#/&response_type=code&scope=snsapi_privateinfo&state=123#wechat_redirect
回调URL:https://work.xxxxx-xxxx.com/work/index.html#/?code=AqoBFqxZlDNEr0QdtKWwWD1LMoeSQ0AOc6AXa6z-jr0&state=123
可否能变成:https://work.xxxxx-xxxx.com/work/index.html?code=AqoBFqxZlDNEr0QdtKWwWD1LMoeSQ0AOc6AXa6z-jr0&state=123#/
烦请老师帮忙解答!!!
前端注意下路由模式就好了
这个#号也搞不懂它是个啥规则,添加到哪个位置
前端在加密时又要求只取 # 之前的部分
所以最好不出现#号就好