Refactor(Router): Change home to repository
Change home route to repository. Switch repository and store place in menu.
This commit is contained in:
@@ -51,7 +51,7 @@ const Execute = () => {
|
||||
case DATABASE_NO_RECORD_FOUND:
|
||||
void message.error('未找到指定工具')
|
||||
setTimeout(() => {
|
||||
navigate('/')
|
||||
navigate('/system/tools')
|
||||
}, 3000)
|
||||
break
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user