You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
236 B
6 lines
236 B
|
2 months ago
|
// 统一请求路径前缀在libs/axios.js中修改
|
||
|
|
import { getRequest, postRequest, putRequest } from '@/libs/axios';
|
||
|
|
|
||
|
|
export const getDeviceLocalAll = (params) => {
|
||
|
|
return getRequest('/goview/visual/getDeviceLocalAll', params)
|
||
|
|
}
|