参数修改

This commit is contained in:
刘召雪
2020-11-12 15:19:31 +08:00
parent 67ef18157c
commit 43d102a363
4 changed files with 6 additions and 15 deletions

View File

@ -10,7 +10,7 @@ export function nodeList (params) {
}
// 查询节点详细
export function Info (nodeId) {
export function nodeInfo (nodeId) {
return request({
url: '/system/node/' + nodeId,
method: 'get'