浏览代码

Merge remote-tracking branch 'origin/master'

yusm 4 周之前
父节点
当前提交
194cb5e664
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/router/routerGuards.ts

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/router/routerGuards.ts

@@ -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
               });
             }