feat: 根据网元显示特有菜单

This commit is contained in:
TsMask
2025-05-07 15:45:54 +08:00
parent 2c2ca82442
commit d3efefe7c5
58 changed files with 1110 additions and 1377 deletions

View File

@@ -9,5 +9,7 @@ declare module 'vue-router' {
permissions?: string[];
/**角色 */
roles?: string[];
/**网元类型信息 */
neType?: string[];
}
}