gaoluyang
2 天以前 7f0277a65ed5e59317a7fe885c9219c875f1ed77
刷新页面
已修改1个文件
1 ■■■■ 文件已修改
src/layout/components/Navbar.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) => {