From 522048130f147c2e8fbfb2798bfa83f3da5b4eed Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期二, 16 一月 2024 22:23:17 +0800
Subject: [PATCH] 更新设备保养

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

diff --git a/src/api/Api.js b/src/api/Api.js
index ec6ecc8..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:17:20
+ * @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'
@@ -46,6 +50,10 @@
         url: '/maintain/update',
         method: 'POST'
     },
+    maintainDel: {
+        url: '/maintain/delete',
+        method: 'POST'
+    },
     maintaindelete: {
         url: '/devicetype/delete',
         method: 'POST'

--
Gitblit v1.9.3