mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix songlist page loading
This commit is contained in:
@@ -91,8 +91,8 @@ async function getSongs() {
|
||||
})
|
||||
}
|
||||
async function getConfig() {
|
||||
if(!selectedTemplateConfig.value) return
|
||||
isLoading.value = true
|
||||
console.log(selectedTemplateConfig.value!.name)
|
||||
await DownloadConfig(selectedTemplateConfig.value!.name)
|
||||
.then((data) => {
|
||||
if (data.msg) {
|
||||
|
||||
Reference in New Issue
Block a user