From 0d626ae57149d5ed40a32bd8b808ca6069aa6d5e Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期日, 14 一月 2024 16:35:08 +0800 Subject: [PATCH] update --- 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 0ee9a99..ec6ecc8 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 15:03:32 + * @LastEditTime: 2024-01-14 16:17:20 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/api/Api.js */ import ajax from '@/utils/ajax' @@ -25,6 +25,10 @@ accountQuery: { url: '/account/remainings', method: 'GET' + }, + accountDel: { + url: '/account/delete', + method: 'POST' }, componentQuery: { url: '/component/pageQuery', @@ -81,6 +85,10 @@ machineUpdate: { url: '/machine/modify', method: 'POST' + }, + userList: { + url: '/user/list', + method: 'GET' } } // 姝e紡鐜閰嶇疆鍦板潃 -- Gitblit v1.9.3