From f2e0a0b50e5f628abdfe6c1e4cc4a9f682003ece Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 15 十月 2025 13:30:09 +0800
Subject: [PATCH] 提交

---
 src/views/system/user/profile/userInfo.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/system/user/profile/userInfo.vue b/src/views/system/user/profile/userInfo.vue
index c4e51d7..9f12980 100644
--- a/src/views/system/user/profile/userInfo.vue
+++ b/src/views/system/user/profile/userInfo.vue
@@ -24,7 +24,7 @@
 
 <script setup>
 import { updateUserProfile } from "@/api/system/user";
-
+const router = useRouter();
 const props = defineProps({
   user: {
     type: Object
@@ -55,7 +55,7 @@
 
 /** 关闭按钮 */
 function close() {
-  proxy.$tab.closePage();
+  router.push({path: '/saftyCheckMng/dailyCheck'})
 };
 
 // 回显当前登录用户信息

--
Gitblit v1.9.2