diff --git a/frontend/src/views/auth/login.vue b/frontend/src/views/auth/login.vue index 2b276083..82702fdd 100644 --- a/frontend/src/views/auth/login.vue +++ b/frontend/src/views/auth/login.vue @@ -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(){