From b31d0bdae5ab5e7c24eadf08fea270c6bb9f3c7a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 09 二月 2023 16:58:46 +0800
Subject: [PATCH] 1.自动排程代码正在研究
---
src/api/user.js | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/api/user.js b/src/api/user.js
index 0a6db30..319f928 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -7,10 +7,11 @@
params: data
})
}
-export function LoginMenu() {
+export function LoginMenu(data) {
return request({
url: 'Login/LoginMenu',
- method: 'get'
+ method: 'get',
+ params: data
})
}
@@ -36,3 +37,10 @@
params: data
})
}
+export function ForcedOffline(data) {
+ return request({
+ url: '/Login/ForcedOffline',
+ method: 'post',
+ params: data
+ })
+}
--
Gitblit v1.9.3