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'