fix config upload

This commit is contained in:
2023-12-24 18:03:39 +08:00
parent e615154149
commit cd0949f2bc

View File

@@ -266,7 +266,7 @@ function clearMusic() {
})
}
async function uploadConfig() {
await UploadConfig('MusicRequest', JSON.stringify(settings.value))
await UploadConfig('MusicRequest', settings.value)
.then((data) => {
if (data) {
message.success('已保存至服务器')