import React, { Component, Fragment } from 'react' class Example extends Component { redirect() { this.props.history.push('/main') } ...
確定! 回上一頁