diff --git a/src/router/index.js b/src/router/index.js index 8bd58fb..150f8b5 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -367,14 +367,6 @@ const routes = [{ hideBreadcrumb: true // 一级页面不显示面包屑 } }, - { - path: '/agent/payoff', - name: '代收款结算', - component: () => import( /* webpackChunkName: "statisticalDetails" */ '../views/agent/payoff.vue'), - meta: { - hideBreadcrumb: true // 一级页面不显示面包屑 - } - }, // -----------------分隔符----------- @@ -415,7 +407,7 @@ const routes = [{ props: { pageTitle: '产品 - 毛利润排行', rank_type: 1, - type: 'ver_type' + type: 'check_type' }, meta: { hideBreadcrumb: true // 一级页面不显示面包屑 @@ -428,7 +420,7 @@ const routes = [{ props: { pageTitle: '产品 - 订单数排行', rank_type: 2, - type: 'ver_type' + type: 'check_type' }, meta: { hideBreadcrumb: true // 一级页面不显示面包屑 @@ -441,7 +433,7 @@ const routes = [{ props: { pageTitle: '产品 - 退单数排行', rank_type: 3, - type: 'ver_type' + type: 'check_type' }, meta: { hideBreadcrumb: true // 一级页面不显示面包屑