## history跳转

如果应用使用了react-router-dom的话，可以使用这个组件来进行跳转

```json
{
    "body": [{
        "type": "link",
        "mode": "Link",
        "src": "/component/button",
        "children": [{
            "type": "button",
            "text": "button"
        }]
    }]
}
```
