From be1b1eec0440c4956684fe73756c1e3666cea5e3 Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期二, 16 一月 2024 22:31:30 +0800
Subject: [PATCH] update style

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