邓洁: 隧道接口部分对接

This commit is contained in:
邓洁
2023-12-26 22:38:10 +08:00
parent 49baa25f8a
commit 48978b917c
6 changed files with 129 additions and 33 deletions

View File

@@ -42,7 +42,7 @@ export const getEquipmentList = (tunnelId) => {
export const editTunnel = (data) => {
return request({
url: '/tunnel/model/details',
method: 'post',
method: 'put',
data
})
}
}