From a6aaad96f92dbf9c6ae2c81072509981cc97e6d7 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 03 12月 2025 11:38:45 +0800
Subject: [PATCH] 消警处理
---
yiqi_pda/api/home/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/yiqi_pda/api/home/index.js b/yiqi_pda/api/home/index.js
index afa23ce..b3975dd 100644
--- a/yiqi_pda/api/home/index.js
+++ b/yiqi_pda/api/home/index.js
@@ -12,7 +12,7 @@
//鍏抽棴璁惧鎶ヨ淇℃伅
export function closeEquipmentAlert(data) {
return request({
- url: '/api/UpdateAlertStatus',
+ url: '/api/pdaservice/UpdateAlertStatus',
method: 'post',
data
})
--
Gitblit v1.9.3