Refactor(Router): Change home to repository

Change home route to repository. Switch repository and store place in menu.
This commit is contained in:
2024-04-25 22:54:04 +08:00
parent 9de8b16c86
commit 2cd74d0027
9 changed files with 38 additions and 42 deletions

View File

@@ -51,7 +51,7 @@ const Execute = () => {
case DATABASE_NO_RECORD_FOUND:
void message.error('未找到指定工具')
setTimeout(() => {
navigate('/')
navigate('/system/tools')
}, 3000)
break
default: