修改微信单点登录重定向地址
This commit is contained in:
parent
f07322ab1f
commit
7db358ce0c
|
@ -28,7 +28,7 @@ export default {
|
|||
if (code == "" || code == null || code == undefined) {
|
||||
//重定向回当前页面
|
||||
var redirect = encodeURIComponent(
|
||||
"http://ufidahz.com.cn:9067/V3/app/index.html#/pages/loginAuthen/authenWeChat"
|
||||
"http://ufidahz.com.cn:9067/V3app/index.html#/pages/loginAuthen/authenWeChat"
|
||||
);
|
||||
var url =
|
||||
"https://open.weixin.qq.com/connect/oauth2/authorize" +
|
||||
|
|
Loading…
Reference in New Issue