深海科学与工程研究所安全巡检系统
祖安之光
2025-10-15 28b0fd047c39f400802d9d85779d01b18b9d745c
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'})
};
// 回显当前登录用户信息