src/views/login.vue
@@ -86,8 +86,8 @@ const { proxy } = getCurrentInstance() const loginForm = ref({ username: "admin", password: "admin123", username: "", password: "", rememberMe: false, currentFatoryId:'', }) @@ -181,7 +181,7 @@ <style lang='scss' scoped> .login { height: 100%; background-image: url("../assets/indexViews/HYSNView.png"); background-image: url("../assets/images/login-background.png"); background-size: cover; position: relative; }