add windows start scripts and update database password in config.yaml
This commit is contained in:
1859
frontend/package-lock.json
generated
Normal file
1859
frontend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -43,6 +43,15 @@ export function publishScore(id) {
|
||||
})
|
||||
}
|
||||
|
||||
// 更新成绩
|
||||
export function updateScore(id, data) {
|
||||
return request({
|
||||
url: `/scores/${id}`,
|
||||
method: 'put',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 删除成绩
|
||||
export function deleteScore(id) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user