mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-03-06 11:57:30 +08:00
format Server API
This commit is contained in:
@@ -80,7 +80,7 @@ const getSiteInfo = ()=>{
|
||||
if (resp.code == 0) {
|
||||
data.site = resp.data
|
||||
} else {
|
||||
ElMessage.error({message: resp.data.msg})
|
||||
ElMessage.error({message: resp.msg})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user