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

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

41 lines
1.4 KiB
Plaintext

Copyright (C) 2007 Intel Corporation
Intel(R) Active Management Technology (Intel AMT):
Web Application Sample:
------------------------------------
This sample demonstrates how to create a simple web application and JavaScript
library that send WS-Man requests to AMT.
How to run the sample:
------------------------------------
1. Use the accompanying Web Storage library (Bin\WebStorage.dll) or the HLAPI
WebStorage sample to upload the following files to AMT:
a. btp.min.css
b. logo.png
c. Sample.html (You must provide a value for the WebUILinkName parameter
when uploading this file)
d. ws.js
2. Open the default WebUI at [ipaddress]:16992/index.htm. (If your system is
configured to only allow secure connections via TLS, use port number 16993.)
3. Enter your username and password.
4. Click on Web Applications Links, then on the link that you defined when you
uploaded Sample.html.
5. Enter your username and password again and click Connect.
6. Once the connection is established, use the buttons below the login to submit
various commands to AMT and see the results.
------------------------------------
The sample has been tested and validated with the following web browsers: Google
Chrome, Mozilla Firefox, and Opera. The sample is not compatible with Internet
Explorer 9.
------------------------------------------------------------------
* Other names and brands may be claimed as the property of others.