Browse Source

提交客户管家BI报表第一个未客户分析表

Lijy 4 tuần trước cách đây
mục cha
commit
bd6e33fb38

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