fix: fix missing page refresh parameters

This commit is contained in:
vben
2020-10-22 00:14:11 +08:00
parent 66acb21edd
commit 349d1978b1
11 changed files with 81 additions and 39 deletions

View File

@@ -96,7 +96,7 @@ const setting: ProjectConfig = {
showBreadCrumb: true,
// 使用error-handler-plugin
useErrorHandle: isProdMode(),
useErrorHandle: true,
// 开启页面切换动画
openRouterTransition: true,