Merge branch 'master' into release

This commit is contained in:
Jay 2018-08-30 11:49:31 +08:00
commit 65f4c8f95e

View File

@ -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
}) })