Commit b05ddc84 by 吴迪

【新增】跳转链接问题

parent 6e60c24a
......@@ -334,7 +334,7 @@ public class TycpdmFirmController extends AbstractController {
MemberEntity memberEntity = getMemberUser();
String url= tycpdmFirmService.redirectBusinessHall(params,memberEntity);
try {
response.sendRedirect(url);
//response.sendRedirect(url);
return R.ok().put("data",url);
} catch (Exception e) {
e.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment