Commit 8a1cb4e5 authored by yaya's avatar yaya

feat: 去除寄售权限

parent fbf84cdf
...@@ -383,7 +383,7 @@ export const asyncRouterMap = [ ...@@ -383,7 +383,7 @@ export const asyncRouterMap = [
component: () => import('@/views/consign/consignList'), component: () => import('@/views/consign/consignList'),
name: 'chatDetail', name: 'chatDetail',
meta: { meta: {
perms: ['POST /admin/sysIM/sendChatMsg'], perms: [],
title: '寄售单列表', title: '寄售单列表',
icon: 'user', icon: 'user',
noCache: true noCache: true
...@@ -394,7 +394,7 @@ export const asyncRouterMap = [ ...@@ -394,7 +394,7 @@ export const asyncRouterMap = [
component: () => import('@/views/consign/consignDetail'), component: () => import('@/views/consign/consignDetail'),
name: 'consignDetail', name: 'consignDetail',
meta: { meta: {
perms: ['POST /admin/sysIM/sendChatMsg'], perms: [],
title: '寄售详情', title: '寄售详情',
icon: 'form', icon: 'form',
noCache: true 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