修改微信单点登录重定向地址

This commit is contained in:
caorui 2024-09-25 14:02:13 +08:00
parent f07322ab1f
commit 7db358ce0c
1 changed files with 1 additions and 1 deletions

View File

@ -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" +