up
This commit is contained in:
@ -11,7 +11,7 @@ export function list(params) {
|
||||
|
||||
|
||||
// 查询设备详细
|
||||
export function Info(deviceId) {
|
||||
export function info(deviceId) {
|
||||
return request({
|
||||
url: '/system/device/' + deviceId,
|
||||
method: 'get'
|
||||
|
@ -114,7 +114,7 @@
|
||||
import Region from "@/components/Region";
|
||||
import {
|
||||
list,
|
||||
Info,
|
||||
info,
|
||||
add,
|
||||
update,
|
||||
del,
|
||||
|
Reference in New Issue
Block a user