feat: 添加解绑手机号和邮箱功能,更新用户资料页面以支持安全设置

This commit is contained in:
Ray.Hao
2026-01-14 11:03:43 +08:00
parent a24bb92ba8
commit e5ec780a44
5 changed files with 234 additions and 86 deletions

View File

@@ -134,7 +134,7 @@
<script setup lang="ts">
defineOptions({
name: "Dict",
inherititems: false,
inheritAttrs: false,
});
import { ref, reactive } from "vue";