仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management
产品进销存-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix: 修改配置文件
yuan
5 天以前
156c3ca2aa7134ace3a6d1b54158ab0f2105042c
[product-inventory-management.git]
/
src
/
api
/
equipmentManagement
/
deviceInfo.js
1
2
3
4
5
6
7
8
9
10
import request from "@/utils/request";
// 获取设备基本信息
export function getDeviceInfo(params) {
return request({
url: "/device/ledger/scanDevice",
method: "get",
params,
});
}