|
|
@@ -177,7 +177,7 @@ public class WechatLoginController extends BaseController { |
|
|
if(codeObj == null) { |
|
|
if(codeObj == null) { |
|
|
log.info("用户登录成功,切换主页"); |
|
|
log.info("用户登录成功,切换主页"); |
|
|
try { |
|
|
try { |
|
|
response.sendRedirect("https://"+host+"/#/layout"); |
|
|
|
|
|
|
|
|
response.sendRedirect("https://"+host+"/#/layout?errcode=0"); |
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
log.error(e.getMessage()); |
|
|
log.error(e.getMessage()); |
|
|
} |
|
|
} |
|
|
|