lvfengfree b92e1119ae fix: 修复菜单为空问题 - 移除后端过滤home路由的错误逻辑
- 修复RouteService中错误过滤home路由的问题
- 后端现在正确返回所有用户有权限的路由
- 添加设备管理相关功能(列表、在线监控、电源管理、远程监控)
- 添加详细的修复文档和重启脚本
- 更新权限配置脚本

问题根源:后端代码中有逻辑会过滤掉home路由,导致前端收到空数组,无法生成菜单
解决方案:移除过滤home路由的逻辑,让后端返回所有有权限的路由
2026-03-01 09:50:19 +08:00

59 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Comment CommentText="Library usage:&#xD;&#xA;Begin by creating a Connection object then calling NewReference. Insances can be obtained by enumeration references.">
<Position X="7.333" Y="0.604" Height="0.865" Width="3.221" />
</Comment>
<Interface Name="Intel.Management.Wsman.IWsmanConnection">
<Position X="0.5" Y="0.5" Width="1.75" />
<Members>
<Method Name="RegisterNamespace" Hidden="true" />
<Method Name="ResolveNamespace" Hidden="true" />
</Members>
<Compartments>
<Compartment Name="Properties" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>AAAAAAAAIAAAAAAAgQBAAAAAAgAABAACAAAAIAAAAAI=</HashCode>
<FileName>Wsman\IWsmanConnection.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="Intel.Management.Wsman.IManagedInstance">
<Position X="4.75" Y="1.75" Width="1.75" />
<Compartments>
<Compartment Name="Properties" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>EACACAAAAAAAAAEAACAAAAAAAAUAQEAYAAACCAAAAAA=</HashCode>
<FileName>IManagedInstance.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="Intel.Management.Wsman.IManagedReference">
<Position X="2.5" Y="1.25" Width="1.75" />
<Compartments>
<Compartment Name="Properties" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>AAAACAAAAAQAAAFAAEEAAAAAAAUCQAACQAAAAAAAACg=</HashCode>
<FileName>Wsman\IManagedReference.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="Intel.Management.Wsman.IWsmanEnumeration">
<Position X="4.75" Y="4.5" Width="1.75" />
<Members>
<Property Name="Connection" Hidden="true" />
<Method Name="GetEnumerator" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AgAAAAAAAAAAABEAAAAAAAAAAAAQAAAAAAAAAACAAAA=</HashCode>
<FileName>Wsman\IWsmanEnumeration.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="Intel.Management.Wsman.IWsmanItem">
<Position X="7" Y="3" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAIAACAAgAsAAAAAAQEAAgAAQAIAAAAAAAAAAA=</HashCode>
<FileName>Wsman\IWsmanItem.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Tahoma" Size="8.25" />
</ClassDiagram>