摘要: import { useState } from 'react'; import { fetchRequest } from './ajax'; type RequestMethod = 'GET' | 'POST' | 'DELETE' | 'PATCH' | 'PUT' | 'HEAD' | ' 阅读全文
posted @ 2021-11-18 17:12 Judy倩倩 阅读(212) 评论(0) 推荐(0)
摘要: 偷师学艺来的,先存着。 import React, { useState, useMemo, useEffect } from 'react'; import { Button, Icon } from '组件库'; const CustomIcon = Icon.createFromIconfon 阅读全文
posted @ 2021-11-18 17:04 Judy倩倩 阅读(232) 评论(0) 推荐(0)