change html bg

This commit is contained in:
Jay 2018-08-30 11:49:16 +08:00
parent 1f01df9855
commit 191ddb54ab
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ export default {
mounted () {
document.getElementById('app').style.backgroundColor = 'rgba(0, 0, 0, 0)'
document.body.style.backgroundColor = 'rgba(0, 0, 0, 0)'
document.documentElement.style.backgroundColor = 'rgba(0, 0, 0, 0)'
this.client = axios.create({
baseURL: apiUrl
})