添加修改主机配置页面.

This commit is contained in:
lijiahang
2023-09-22 11:50:56 +08:00
parent 9398f0f4fd
commit fdc3bc6147
27 changed files with 366 additions and 46 deletions

View File

@@ -67,7 +67,7 @@ export function getHostKey(id: number) {
* 查询主机秘钥
*/
export function getHostKeyList() {
return axios.post<Array<HostKeyQueryResponse>>('/asset/host-key/list');
return axios.get<Array<HostKeyQueryResponse>>('/asset/host-key/list');
}
/**