perf: axios default error interceptor allows you to customize error handling (#4283)

This commit is contained in:
Vben
2024-08-30 22:06:02 +08:00
committed by GitHub
parent cc678a2b51
commit b3e3e05990
6 changed files with 10 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ const props = withDefaults(defineProps<Props>(), {
sidebarWidth: 180,
sideCollapseWidth: 60,
tabbarEnable: true,
tabbarHeight: 36,
tabbarHeight: 40,
zIndex: 200,
});