摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2021-10-19 17:19 吃鸡小能手 阅读(16) 评论(0) 推荐(0) 编辑
摘要: import axios from "axios"; import errorCode from "@/utils/errorCode"; // 根据环境不同引入不同api地址 import { baseApi } from '@/config' axios.defaults.headers["Co 阅读全文
posted @ 2021-10-19 15:53 吃鸡小能手 阅读(63) 评论(0) 推荐(1) 编辑
摘要: import { useState } from "react" /** * 使用表单 * @param props */ export default function useForm(initialState: any) { const [state, setState] = useState( 阅读全文
posted @ 2021-10-19 14:51 吃鸡小能手 阅读(243) 评论(0) 推荐(0) 编辑