chore: modify the default route switching animation

This commit is contained in:
vben
2020-10-28 00:41:41 +08:00
parent f65bed72ac
commit 96021fad6d
7 changed files with 16 additions and 15 deletions

View File

@@ -55,7 +55,7 @@
function handleLoading() {
createMessage.loading('Loading...');
}
function handleConfirm(type: 'warning' | 'error' | 'success') {
function handleConfirm(type: 'warning' | 'error' | 'success' | 'info') {
createConfirm({
iconType: type,
title: 'Tip',