@ -40,7 +40,6 @@ public class JumpPageServiceImpl implements IJumpPageService {
});
// 跳转页面逻辑
ExtraVO extraVO = strategy.resolve(function,args);
// TODO 将结果存入redis中供前端获取
return JSON.toJSONString(extraVO);
}