摘要:
utils/axios/type/axios.ts export type ErrorMessageMode = "none" | "modal" | "message" | undefined; export interface RequestOptions { // Splicing reque 阅读全文
摘要:
const [list, setList] = useState([]); class Person { async handleList(data: () => any, record: any) { await data().then((res: any) => { record(res.dat 阅读全文
摘要:
css .wrap-nums { width: 300px; } @keyframes defaultWave { 0% { transform: scale(1); } 20% { transform: scale(1.23); } 40% { transform: scale(1); } 100 阅读全文