<a href='https://domain.extension/external-without-params'>external</a>
但您也可以提供这样的组件:
<Route path='/external' component={() => { window.location = 'https://domain.extension/external-without-params'; return null;} }/>
欢迎分享,转载请注明来源:内存溢出
<a href='https://domain.extension/external-without-params'>external</a>
但您也可以提供这样的组件:
<Route path='/external' component={() => { window.location = 'https://domain.extension/external-without-params'; return null;} }/>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)