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