gaoluyang
2025-06-06 89a87a389d1e1a1a363aa39637694c044511af98
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) => {