更新页面效果,但是会卡顿

This commit is contained in:
李琦
2026-08-01 12:36:58 +08:00
parent 7964b78225
commit bf8d6f5b0c
7 changed files with 264 additions and 37 deletions

View File

@@ -46,6 +46,10 @@ export function getConfig() {
return service.get('/config')
}
export function getAlbumImages() {
return service.get('/album')
}
export function saveConfig(payload) {
return service.post('/config', payload)
}