src/layout/components/Navbar.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) => {