feat: noti checkin
This commit is contained in:
parent
7ae3f0a557
commit
7afdc64e8f
6 changed files with 154 additions and 36 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue