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 | 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