mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 18:58:11 +00:00
urlParams 就是页面的参数, 在 Rax 应用里面得通过 withRouter 注入进组件里,并通过 this.props.location 获取,因而数据源的 handler 没法直接获取到,所以得传给对应的 handler
urlParams 就是页面的参数, 在 Rax 应用里面得通过 withRouter 注入进组件里,并通过 this.props.location 获取,因而数据源的 handler 没法直接获取到,所以得传给对应的 handler