|
|
@@ -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']
|
|
|
|