Commit 8a1cb4e5 authored by yaya's avatar yaya

feat: 去除寄售权限

parent fbf84cdf
......@@ -383,7 +383,7 @@ export const asyncRouterMap = [
component: () => import('@/views/consign/consignList'),
name: 'chatDetail',
meta: {
perms: ['POST /admin/sysIM/sendChatMsg'],
perms: [],
title: '寄售单列表',
icon: 'user',
noCache: true
......@@ -394,7 +394,7 @@ export const asyncRouterMap = [
component: () => import('@/views/consign/consignDetail'),
name: 'consignDetail',
meta: {
perms: ['POST /admin/sysIM/sendChatMsg'],
perms: [],
title: '寄售详情',
icon: 'form',
noCache: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment