From 2f6217fcdb11c6e150861500cb99609bb0601854 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期一, 03 六月 2024 09:33:10 +0800
Subject: [PATCH] fix:列表宽度

---
 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