From b00c4b56c0698fa35e579b94697516fef53e28bd Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 16 一月 2024 21:07:41 +0800
Subject: [PATCH] 修复设备保养的删除功能

---
 src/api/Api.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/api/Api.js b/src/api/Api.js
index 231a25a..72638d0 100644
--- a/src/api/Api.js
+++ b/src/api/Api.js
@@ -1,7 +1,7 @@
 /*
  * @Date: 2024-01-10 20:37:45
  * @LastEditors: Sneed
- * @LastEditTime: 2024-01-14 16:44:10
+ * @LastEditTime: 2024-01-15 23:56:49
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/api/Api.js
  */
 import ajax from '@/utils/ajax'
@@ -26,6 +26,10 @@
         url: '/account/remainings',
         method: 'GET'
     },
+    deviceRemainings: {
+        url: '/account/remainings',
+        method: 'GET'
+    },
     accountDel: {
         url: '/account/delete',
         method: 'POST'

--
Gitblit v1.9.3