登录
This commit is contained in:
@ -128,8 +128,8 @@ const SupplierRegister: React.FC<supplierWithInputProps> = (props) => {
|
||||
{!supplierWithInput && (
|
||||
<>
|
||||
<div className="back-home">
|
||||
<a onClick={() => history.push('/index')}>
|
||||
<HomeOutlined /> {intl.formatMessage({ id: 'login.back.home' })}
|
||||
<a onClick={() => history.push('/login')}>
|
||||
<HomeOutlined /> 返回
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user