修改密码组件

This commit is contained in:
禺狨
2023-03-24 14:56:23 +08:00
parent fb98e0986a
commit 6021adf463
9 changed files with 127 additions and 85 deletions

View File

@@ -3,7 +3,7 @@ import { Row, Col, Empty, Spin, Tabs } from "antd";
import type { TabsProps } from "antd";
import { user } from "../../api/index";
import styles from "./index.module.scss";
import { AnyIfEmpty, useSelector } from "react-redux";
import { useSelector } from "react-redux";
import { CoursesModel } from "./compenents/courses-model";
import myLesoon from "../../assets/images/commen/icon-mylesoon.png";
import studyTime from "../../assets/images/commen/icon-studytime.png";