yys 1 неделя назад
Родитель
Сommit
3ab563a38d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/store/modules/permission.js

+ 1 - 1
src/store/modules/permission.js

@@ -75,7 +75,7 @@ const permission = {
 // 过滤不属于销售端的菜单
 function filterSaasRoutes(routes) {
   // 需要过滤掉的组件路径前缀
-  const excludePrefixes = ['admin/', 'system/', 'monitor/']
+  const excludePrefixes = ['admin/', 'system/']
   // 需要过滤掉的精确组件路径前缀(company下的通信管理子模块)
   const excludeExactPrefixes = ['company/companyVoiceBlacklist', 'company/companyVoiceConfig', 'company/companyVoice/', 'company/companyVoicePackage']