This commit is contained in:
liamzi
2024-12-27 11:47:51 +08:00
parent b9ea7218e3
commit 8d2383a8a9
12 changed files with 206 additions and 411 deletions

View File

@@ -15,7 +15,7 @@ const NotFound = () => {
<Button
type="primary"
key="home"
onClick={() => navigate('/dashboard')}
onClick={() => navigate('/company/serviceTeamplate')}
>
返回首页
</Button>,