|
@@ -53,7 +53,7 @@ export function createRouterGuards(router: Router) {
|
|
|
name: item.name,
|
|
|
meta: {},
|
|
|
component: modules[`/src/pages/${filePath}/index.vue`],
|
|
|
- redirect: item.path === '/biReport' ? `/biReport/cusReportForm` : '',
|
|
|
+ redirect: item.path === '/biReport' ? `/biReport/cusTotalAnalysis` : '',
|
|
|
children: childRoutes
|
|
|
});
|
|
|
}
|