chore: fix type

This commit is contained in:
vben
2021-10-26 01:19:51 +08:00
parent ed40b333f3
commit a248e20013
9 changed files with 23 additions and 24 deletions

View File

@@ -65,7 +65,7 @@
updateColorWeak(colorWeak);
updateGrayMode(grayMode);
createMessage.success(t('layout.setting.resetSuccess'));
} catch (error) {
} catch (error: any) {
createMessage.error(error);
}
}