From 31801621b513c3bd8965df7d7d4ece1806353f5e Mon Sep 17 00:00:00 2001 From: Joe <1712833832@qq.com> Date: Thu, 18 Jan 2024 20:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DrivingGuidance/components/DeviceControlDialog.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/components/DeviceControlDialog.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/components/DeviceControlDialog.vue index 80a8ba5b..1dfa798f 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/components/DeviceControlDialog.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/components/DeviceControlDialog.vue @@ -143,13 +143,7 @@ export default { handler(bool) { if (!bool) return; - request({ - url: `business/device/functions/${this.deviceId}/${52}`, - method: "post", - params: { - _a: '-' - } - }) + request.post(`business/device/functions/${this.deviceId}/${52}`, {}) .then(async (result) => { if (result.code != 200) return;