大改动

This commit is contained in:
宇阳
2024-08-15 15:28:58 +08:00
parent 70222ca7c0
commit d7c62d7161
43 changed files with 30 additions and 30 deletions

View File

@@ -2,7 +2,7 @@ import { useEffect, useState } from "react";
import { Form, Input, Button, message } from "antd";
import { useUserStore } from "@/stores"; // 假设你有一个状态管理库类似于pinia
import { editUserDataAPI, getUserDataAPI } from "@/api/User";
import { User } from "@/types/user";
import { User } from "@/types/app/user";
interface UserForm {
name: string;