增加台桌管理页面,活动管理页面

This commit is contained in:
2025-02-19 15:38:27 +08:00
parent 0758aef0fb
commit e08a2eb4b7
12 changed files with 1832 additions and 394 deletions

View File

@@ -34,7 +34,7 @@ const API = {
delete(id: number | string) {
return request({
url: `${baseURL}`,
method: "post",
method: "delete",
data: { id },
});
}