app更新对l2数据显示

This commit is contained in:
2026-01-15 20:18:37 +08:00
parent eed35addb5
commit 8e3a26448a
14 changed files with 1072 additions and 363 deletions

View File

@@ -1,10 +1,9 @@
import request from '@/utils/request'
import zinc1Request from '@/utils/zinc1Request'
export function getDeviceFieldMetaAll() {
return request({
return zinc1Request({
url: '/api/deviceFieldMeta/all',
method: 'get',
baseUrl: 'http://140.143.206.120:10082/prod-api'
method: 'get'
})
}