参数修改
This commit is contained in:
@ -10,7 +10,7 @@ export function nodeList (params) {
|
||||
}
|
||||
|
||||
// 查询节点详细
|
||||
export function Info (nodeId) {
|
||||
export function nodeInfo (nodeId) {
|
||||
return request({
|
||||
url: '/system/node/' + nodeId,
|
||||
method: 'get'
|
||||
|
||||
Reference in New Issue
Block a user