From 341b9f17e918979e6857bc2103ea0828af68594c Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Tue, 24 Mar 2026 10:51:03 +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