diff --git a/src/router/router.config.js b/src/router/router.config.js index 18085b5..b0731af 100644 --- a/src/router/router.config.js +++ b/src/router/router.config.js @@ -1345,7 +1345,7 @@ let routes = [ path: "/newEnergy/newEnergyOverview", text: "数据概览", name: "newEnergyOverview", - component: pages.NewEnergyOverview, + component: withErrorBoundary(pages.NewEnergyOverview,{FallbackComponent: Fallback}) }, {