This commit is contained in:
孙景学
2025-07-11 08:33:29 +08:00
parent 7049687456
commit 2457dfb6f3
6 changed files with 78 additions and 42 deletions

View File

@ -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>