mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-13 22:23:48 +08:00
v2.0 代码提交
This commit is contained in:
12
smart_admin_v1/smart-admin-web/src/api/online-user.js
Normal file
12
smart_admin_v1/smart-admin-web/src/api/online-user.js
Normal file
@@ -0,0 +1,12 @@
|
||||
// 任务调度API
|
||||
import {
|
||||
postAxios,
|
||||
getAxios
|
||||
} from '@/lib/http';
|
||||
export const onlineUserApi = {
|
||||
// 查询在线员工列表
|
||||
getOnlineUserList: (data) => {
|
||||
return postAxios('/userOnLine/query', data);
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user