懒羊羊
2024-01-08 49ac5ceb9f6b2e065e5d1c61aad2de63399304e1
jcdm-ui/src/api/main/sc/stationConf.js
@@ -9,6 +9,14 @@
  })
}
// 查询IP
export function getIpv4() {
  return request({
    url: '/sc/stationConf/getIpv4',
    method: 'get',
  })
}
// 查询工位终端配置详细
export function getStationConf(id) {
  return request({