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