login_background

This commit is contained in:
邓皓元 2018-12-19 14:02:12 +08:00
parent 97af9db0aa
commit 4096351a6b

View File

@ -71,7 +71,7 @@
},
computed:{
login_background(){
return 'background: #f7f7f7 url(' + window.CONFIG.login_backgroud + ') bottom center/cover no-repeat;';
return 'background: #f7f7f7 url(' + window.CONFIG.login_background + ') bottom center/cover no-repeat;';
}
},
mounted(){