深海科学与工程研究所安全巡检系统
祖安之光
2026-02-26 5cd656eab19d32c7892a3c7090253a278e226da0
src/views/system/user/profile/resetPwd.vue
@@ -19,6 +19,7 @@
<script setup>
import { updateUserPwd } from "@/api/system/user";
import useUserStore from "@/store/modules/user";
const router = useRouter();
const userStore = useUserStore()
const { proxy } = getCurrentInstance();
@@ -60,6 +61,6 @@
};
/** 关闭按钮 */
function close() {
  proxy.$tab.closePage();
  router.push({path: '/saftyCheckMng/dailyCheck'})
};
</script>