Browse Source

feat():添加error-boundry

tags/PMS_V1.0.0_Alpha5
zhangjian 1 year ago
parent
commit
128f5704cf
  1. 2
      src/router/router.config.js

2
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})
},
{

Loading…
Cancel
Save