From 6ed0c01d24687f18546cd74dc80f3dd147f4fce1 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 30 五月 2024 15:49:58 +0800
Subject: [PATCH] pdf高度过高不显示问题

---
 src/views/login/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 37ef440..ae39751 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -165,7 +165,8 @@
               console.log(result)
               _this.seachPageDepartMentList()
               _this.setUserName(_this.loginForm.userName)
-              _this.$router.push({ path: '/' })
+              sessionStorage.setItem('deptAdmin', result.response.deptAdmin)
+              _this.$router.push({ path: '/dashboard' })
             } else {
               _this.loading = false
               _this.$message({

--
Gitblit v1.8.0