登录叶细胞
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user