Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -188,7 +188,7 @@ export function updateCustomerData(data) { | ... | @@ -188,7 +188,7 @@ export function updateCustomerData(data) { |
| 188 | // /portInfo | 188 | // /portInfo |
| 189 | export function getPortInfo(data) { | 189 | export function getPortInfo(data) { |
| 190 | return request({ | 190 | return request({ |
| 191 | - url: "/bus-customer/portInfo", | 191 | + url: "/bus-customer/portInfo/getAllPort", |
| 192 | method: "get", | 192 | method: "get", |
| 193 | data: data, | 193 | data: data, |
| 194 | }); | 194 | }); | ... | ... |
-
Please register or login to post a comment