- 修复RouteService中错误过滤home路由的问题 - 后端现在正确返回所有用户有权限的路由 - 添加设备管理相关功能(列表、在线监控、电源管理、远程监控) - 添加详细的修复文档和重启脚本 - 更新权限配置脚本 问题根源:后端代码中有逻辑会过滤掉home路由,导致前端收到空数组,无法生成菜单 解决方案:移除过滤home路由的逻辑,让后端返回所有有权限的路由
36 lines
2.2 KiB
Plaintext
36 lines
2.2 KiB
Plaintext
wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
xs="http://www.w3.org/2001/XMLSchema"
|
|
soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
wsman="http://schemas.xmlsoap.org/ws/2005/02/management"
|
|
wscat="http://schemas.xmlsoap.org/ws/2005/02/wsmancat"
|
|
wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
|
|
wxf="http://schemas.xmlsoap.org/ws/2004/09/transfer"
|
|
wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration"
|
|
cimns="http://schemas.dmtf.org/wsman/2005/02/cimv2.9"
|
|
apr="http://schemas.intel.com/2004/12/management/PC/AgentWatchdogRemote"
|
|
apl="http://schemas.intel.com/2004/12/management/PC/AgentWatchdogLocal"
|
|
cmn="http://schemas.intel.com/platform/client/Common/2006/01"
|
|
cstr="http://schemas.intel.com/platform/client/CertStore/2006/01"
|
|
cb="http://schemas.intel.com/2004/12/management/PC/CircuitBreaker"
|
|
fwu="http://schemas.intel.com/platform/client/FirmwareUpdate/2004/01"
|
|
wcxs="http://schemas.intel.com/platform/client/WirelessConfiguration/2006/01"
|
|
sai="http://schemas.intel.com/platform/client/SecurityAdministration/2004/01"
|
|
rci="http://schemas.intel.com/platform/client/RemoteControl/2004/01"
|
|
hwa="http://schemas.intel.com/platform/client/HardwareAsset/2004/01"
|
|
idr="http://schemas.intel.com/platform/client/Redirection/2004/01"
|
|
inf="http://schemas.intel.com/platform/client/GeneralInfo/2004/01"
|
|
tim="http://schemas.intel.com/platform/client/NetworkTime/2004/01"
|
|
net="http://schemas.intel.com/platform/client/NetworkAdministration/2004/01"
|
|
xcfg="http://schemas.intel.com/platform/client/XProfiles/2006/01"
|
|
eit="http://schemas.intel.com/platform/client/EIT/2004/01"
|
|
emi="http://schemas.intel.com/platform/client/EventManager/2004/01"
|
|
emc="http://schemas.intel.com/platform/client/EventManagerClient/2006/01"
|
|
enc="http://schemas.intel.com/platform/client/EventNotificationClient/2006/01"
|
|
uni="http://schemas.intel.com/platform/client/UserNotification/2006/01"
|
|
eac="http://schemas.intel.com/platform/client/EAC/2006/01"
|
|
eaca="http://schemas.intel.com/platform/client/EACAdmin/2006/01"
|
|
str="http://schemas.intel.com/platform/client/Storage/2004/01"
|
|
stra="http://schemas.intel.com/platform/client/StorageAdministration/2004/01"
|
|
mps="http://schemas.intel.com/platform/client/MPSNotification/2006/01"
|
|
mpi="http://schemas.intel.com/platform/client/MPSInterface/2010/11"
|