From 5e587b01b306596e923c91e5b0dfb85ca8c5833d Mon Sep 17 00:00:00 2001 From: sliverber <2622874537@qq.com> Date: Wed, 7 Feb 2024 13:55:57 +0800 Subject: [PATCH] 11 --- src/views/dashboard/components/gridMenu.vue | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/views/dashboard/components/gridMenu.vue b/src/views/dashboard/components/gridMenu.vue index 3b2e662..0524d7c 100644 --- a/src/views/dashboard/components/gridMenu.vue +++ b/src/views/dashboard/components/gridMenu.vue @@ -80,13 +80,13 @@ export default { url: '/order/index', perms: ['admin:order:list'], }, - { - bgColor: '#A277FF', - icon: 'iconduanxinpeizhi', - title: '一号通', - url: '/operation/onePass', - perms: ['admin:pass:login'], - }, + // { + // bgColor: '#A277FF', + // icon: 'iconduanxinpeizhi', + // title: '一号通', + // url: '/operation/onePass', + // perms: ['admin:pass:login'], + // }, { bgColor: '#E8B600', icon: 'iconwenzhangguanli', @@ -97,17 +97,17 @@ export default { { bgColor: '#4BCAD5', icon: 'iconfenxiaoguanli', - title: '分销管理', - url: '/distribution/index', + title: '渠道管理', + url: '/channel/index', perms: ['admin:retail:list'], }, - { - bgColor: '#1890FF', - icon: 'iconyouhuiquan', - title: '优惠券', - url: '/marketing/coupon/list', - perms: ['admin:coupon:list'], - }, + // { + // bgColor: '#1890FF', + // icon: 'iconyouhuiquan', + // title: '优惠券', + // url: '/marketing/coupon/list', + // perms: ['admin:coupon:list'], + // }, ], statisticData: [ { title: '待发货订单', num: 0, path: '/order/index', perms: ['admin:order:list'] },