Browse Source

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

release_toaliyun_real
Stormeye Wu 7 years ago
parent
commit
eb4215e758
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/WechatLoginController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/WechatLoginController.java View File

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


Loading…
Cancel
Save