This commit is contained in:
2026-04-04 01:53:48 +08:00
parent ca4455517c
commit 8bb3fa7507
4 changed files with 200 additions and 50 deletions
+4
View File
@@ -10,4 +10,8 @@ export const scheduleApi = {
addEvent(data) {
return api.post('/schedule/addevent', data)
},
editEvent(data) {
return api.post('/schedule/editevent', data)
},
}