feat: noti checkin

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-05-15 14:01:31 +07:00
parent 7ae3f0a557
commit 7afdc64e8f
6 changed files with 154 additions and 36 deletions

View file

@ -4,6 +4,7 @@
import leave from '@/api/api.checkin'
import history from '@/api/api.history'
import message from '@/api/api.message'
import socket from '@/api/socket'
const API = {
/**leave */
@ -12,6 +13,7 @@ const API = {
...history,
/**message */
...message,
...socket,
}
export default {