Преглед на файлове

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