From 2ca0bc7acb2fe719581e426eb5c7da96053cb31d Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 03 12月 2025 11:42:57 +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