From 9343e70e1c196b6c60db3549e372f17bab3d148a Mon Sep 17 00:00:00 2001 From: zyzm <1534695664@qq.com> Date: Wed, 9 Nov 2022 10:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BA=92=E9=BA=9F=E7=B3=BB=E7=BB=9F=E8=8E=B7?= =?UTF-8?q?=E5=8F=96mac=E5=9C=B0=E5=9D=80=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/RFID/RFID.js | 3 ++- src/api/storeManage/deviceManage/mac.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/api/RFID/RFID.js b/src/api/RFID/RFID.js index f7b74a8..cdaea12 100644 --- a/src/api/RFID/RFID.js +++ b/src/api/RFID/RFID.js @@ -26,7 +26,8 @@ export function writeEPC(params) { export function getDeviceMac() { return request({ - url: 'api/RFID/getDeviceMac', + // url: 'api/RFID/getDeviceMac', + url: 'api/RFID/getDeviceMacLinux', method: 'get' }) } diff --git a/src/api/storeManage/deviceManage/mac.js b/src/api/storeManage/deviceManage/mac.js index 4649b05..ced9eed 100644 --- a/src/api/storeManage/deviceManage/mac.js +++ b/src/api/storeManage/deviceManage/mac.js @@ -2,7 +2,8 @@ import request from '@/utils/request' export function getMac() { return request({ - url: 'api/RFID/getDeviceMac', + // url: 'api/RFID/getDeviceMac', + url: 'api/RFID/getDeviceMacLinux', method: 'get' }) }