src/layout/components/Navbar.vue
@@ -135,7 +135,6 @@ password: Cookies.get("password") === undefined ? null : decrypt(Cookies.get("password")), currentFatoryId: currentFatoryId } console.log('loginForm', loginForm) userStore.loginCheckFactory(loginForm).then(res => { forceReload(); }).catch((err) => {