登录叶细胞

This commit is contained in:
仲么了
2023-12-22 10:22:22 +08:00
parent 0f7b59f55b
commit 3a465769bc
17 changed files with 596 additions and 257 deletions

View File

@@ -22,14 +22,14 @@ export const routePush = async (to: RouteLocationRaw) => {
type: 'error'
})
} else if (isNavigationFailure(failure, NavigationFailureType.duplicated)) {
ElNotification({
message: 'utils.Navigation failed, it is at the navigation target position!',
type: 'warning'
})
// ElNotification({
// message: '已在目标页',
// type: 'warning'
// })
}
} catch (error) {
ElNotification({
message: 'utils.Navigation failed, invalid route!',
message: '导航失败,路由无效',
type: 'error'
})
console.error(error)