chenrui
8 天以前 b77cb967a3ae670fead19a461daa127a8a4647b2
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) => {