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

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

50 lines
2.3 KiB
Plaintext

Copyright (C) 2009 Intel Corporation
Intel(R) Active Management Technology (Intel(R) AMT):
A short description of the User-Consent tool
User consent tool:
------------------
This GUI tool demonstrates the usage of the User Consent feature of Intel(R) AMT
managed machine using WS-Management. Tool uses Intel.Wsman.Scripting dll and
AMT_SW_GUI.dll. Intel.Wsman.Scripting dll source-code can be found in the
WsmanLib module.
For more information see the UserConsentTool.chm help file.
Note: To ensure that security is maintained, the application should be run from
a directory that can be accessed only by the Administrator user. This is
to prevent unauthorized manipulation of files in the directory.
How to compile the sample sources:
----------------------------------
1. Open "UCT.csproj" in Microsoft* Visual Studio and build the solution. An
output file "UCT.exe" should be created.
2. Make sure that Intel.Wsman.Scripting.dll and AMT_SW_GUI.dll are located in
the same folder as "UCT.exe" file.
3. Make sure that the Intel(R) AMT device has been activated on the target
machine.
4. Sample GUI can be opened both by clicking the UCT.exe, or from a command line
If opened via command-line, type '-help' to see the tool usage.
Supported tool operations:
--------------------------
1. User consent full flow: Clicking the 'start' button will start a consent
process, which will direct the user to obtain user consent.
2. Cancel consent: Clicking on 'cancel' button will reset the user consent.
3. Advance functionality: The tool provides the user with some independent
Intel(R) AMT functionality, which can be executed from the 'Advance d' tab.
For example the user can perform power operations on the remote system.
4. Log - the tool supports a log, which will be created by default in the
execution directory under \Logs
Notes:
------
1. The full flow supports both systems with external graphics, and systems w/o.
2. In case Sprite is not supported, a reboot will be needed, as part of the
consent process. The tool will attempt to perform graceful shutdown (via
OS), in case of failure, the user will be presented with an option to boot
the system via Intel(R) AMT.
-------------------------------------------------------------------
* Other names and brands may be claimed as the property of others.