From c55d9376565a78ce31a5b8d78dad89df16c2628e Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期四, 18 一月 2024 23:34:54 +0800
Subject: [PATCH] 删除完 更新

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

diff --git a/src/api/Api.js b/src/api/Api.js
index ec6ecc8..f1b648b 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-17 22:48:20
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/api/Api.js
  */
 import ajax from '@/utils/ajax'
@@ -22,7 +22,15 @@
     getPcl: '/machine/protocolList'
 }
 const getFnObj = {
+    login: {
+        url: '/user/login',
+        method: 'POST'
+    },
     accountQuery: {
+        url: '/account/remainings',
+        method: 'GET'
+    },
+    deviceRemainings: {
         url: '/account/remainings',
         method: 'GET'
     },
@@ -46,6 +54,10 @@
         url: '/maintain/update',
         method: 'POST'
     },
+    maintainDel: {
+        url: '/maintain/delete',
+        method: 'POST'
+    },
     maintaindelete: {
         url: '/devicetype/delete',
         method: 'POST'
@@ -66,6 +78,10 @@
         url: '/devicetype/delete',
         method: 'POST'
     },
+    deviceTypeList:  {
+        url: '/devicetype/list',
+        method: 'GET'
+    },
     machineList: {
         url: '/machine/list',
         method: 'POST'

--
Gitblit v1.9.3