diff --git a/src/components/super/RankingLeftMenu.vue b/src/components/super/RankingLeftMenu.vue index 8b872c3..24c86e6 100644 --- a/src/components/super/RankingLeftMenu.vue +++ b/src/components/super/RankingLeftMenu.vue @@ -1,184 +1,110 @@ @@ -191,10 +117,6 @@ export default { box-shadow: 0px 0px 11px 2px rgba(147, 147, 147, 0.11); } -.ceshi { - // animation: fadeInOut 2s infinite; -} - ul { list-style: none; padding: 0; @@ -240,18 +162,6 @@ li { } } -/* { - display: block; - padding: 8px 12px; - text-decoration: none; - color: #333; - border-radius: 4px; -} */ -/* -:hover { - background: #e0e0e0; -} */ - .active { font-weight: bold; letter-spacing: 0.08em; @@ -261,10 +171,4 @@ li { .item-active { color: #006AFF; } - -/* -.exact-active { - background: #1976d2; - color: white; -} */ \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 8ee1c21..ec131ab 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -121,7 +121,6 @@ const routes = [{ { path: '/super/ranking', - name: '站点设置', component: () => import( /* webpackChunkName: "Ranking" */ '../views/super/Ranking/Ranking.vue'), children: [ { @@ -143,37 +142,37 @@ const routes = [{ }, { path: 'checkProfit', - name: '毛利润排行', + name: '产品毛利润排行', component: () => import( /* webpackChunkName: "Ranking" */ '../views/super/Ranking/RankBatchList.vue'), props: {pageTitle:'产品 - 毛利润排行', rank_type: 1, type: 'check_type'} }, { path: 'checkOrdernum', - name: '订单数排行', + name: '产品订单数排行', component: () => import( /* webpackChunkName: "Ranking" */ '../views/super/Ranking/RankBatchList.vue'), props: {pageTitle:'产品 - 订单数排行', rank_type: 2, type: 'check_type'} }, { path: 'checkRefund', - name: '退单数排行', + name: '产品退单数排行', component: () => import( /* webpackChunkName: "Ranking" */ '../views/super/Ranking/RankList.vue'), props: {pageTitle:'产品 - 退单数排行', rank_type: 3, type: 'check_type'} }, { path: 'agentProfit', - name: '毛利润排行', + name: '代理商毛利润排行', component: () => import( /* webpackChunkName: "Ranking" */ '../views/super/Ranking/RankBatchList.vue'), props: {pageTitle:'代理商 - 毛利润排行', rank_type: 1, type: 'agent'} }, { path: 'agentRecharge', - name: '充值排行', + name: '代理商充值排行', component: () => import( /* webpackChunkName: "Ranking" */ '../views/super/Ranking/RankBatchList.vue'), props: {pageTitle:'代理商 - 充值排行', rank_type: 4, type: 'agent'} }, { path: 'agentNew', - name: '新加盟', + name: '代理商新加盟', component: () => import( /* webpackChunkName: "Ranking" */ '../views/super/Ranking/RankDetail.vue'), props: {pageTitle:'代理商 - 新加盟', type: 'agentnew', showDateSelect: false} },