From 097d9a2751bee4a371e5ab12562bbc45ed17f2a9 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 16 九月 2022 15:36:42 +0800
Subject: [PATCH] 1.看板公告那块暂时把时间写成定时请求2.委外工序报表、人员工资报表、班组工资报表开发

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