Преглед изворни кода

[微信第三方登录][修改]:登录后到主页

release_toaliyun_real
Stormeye Wu пре 7 година
родитељ
комит
eb4215e758
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/WechatLoginController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/WechatLoginController.java Прегледај датотеку

@@ -140,7 +140,7 @@ public class WechatLoginController extends BaseController {
Object codeObj = ret.get("code");
if(codeObj == null) {
try {
response.sendRedirect("https://" + host + "/#/logout");
response.sendRedirect("https://" + host + "/#/layout");
} catch (Exception e) {
log.error(e.getMessage());
}


Loading…
Откажи
Сачувај