diff --git a/src/router/index.js b/src/router/index.js index 95414f6b1..85b19f92e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1576,7 +1576,7 @@ export const asyncRouter = [ }, { // 监管仿真 path: 'regulationSimulation', - component: Temporary, + component: ExistingSimulation, meta: { i18n: 'newRouter.regulationSimulation' }