12 2022 档案
摘要:import axios from 'axios'; // 1、利用axios的create创建请求实例 // 2、request是配置后的axios const requests = axios.create({ // 配置对象 // 基础路径,发送请求时,路径都带有api baseURL: '/
阅读全文
摘要:> git config --global user.email [email] // 邮箱 > git config --global user.name [name] // 用户 > git config --global user.password [password] // 密码
阅读全文