Commit 1fb759ec7cf2c6104670025073920ca352413b10
1 parent
5f39beef
fix: fix base-help style not work
Showing
2 changed files
with
2 additions
and
1 deletions
src/components/Basic/src/BasicHelp.less
src/settings/projectSetting.ts
@@ -96,7 +96,7 @@ const setting: ProjectConfig = { | @@ -96,7 +96,7 @@ const setting: ProjectConfig = { | ||
96 | showBreadCrumb: true, | 96 | showBreadCrumb: true, |
97 | 97 | ||
98 | // 使用error-handler-plugin | 98 | // 使用error-handler-plugin |
99 | - useErrorHandle: true, | 99 | + useErrorHandle: isProdMode(), |
100 | 100 | ||
101 | // 开启页面切换动画 | 101 | // 开启页面切换动画 |
102 | openRouterTransition: true, | 102 | openRouterTransition: true, |