gaoluyang
2025-06-05 c7131b6091654e2e634466d113270949ea11e5af
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) => {