Merge branch 'master' into release
This commit is contained in:
commit
65f4c8f95e
@ -30,6 +30,7 @@ export default {
|
|||||||
mounted () {
|
mounted () {
|
||||||
document.getElementById('app').style.backgroundColor = 'rgba(0, 0, 0, 0)'
|
document.getElementById('app').style.backgroundColor = 'rgba(0, 0, 0, 0)'
|
||||||
document.body.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({
|
this.client = axios.create({
|
||||||
baseURL: apiUrl
|
baseURL: apiUrl
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user