From 100f647bdeee976cd6025d81bd01a4695dee33cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=94=E6=9C=88=E6=B8=B8=E6=B3=B3=E7=9A=84=E9=B1=BC?= <2922712734@qq.com> Date: Thu, 7 Jul 2022 08:54:18 +0000 Subject: [PATCH] =?UTF-8?q?update=204.pc=E9=A1=B9=E7=9B=AE=E6=96=87?= =?UTF-8?q?=E6=A1=A3/react-=E6=9E=81=E5=AE=A2=E5=9B=AD.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../react-\346\236\201\345\256\242\345\233\255.md" | 3 +++ 1 file changed, 3 insertions(+) diff --git "a/4.pc\351\241\271\347\233\256\346\226\207\346\241\243/react-\346\236\201\345\256\242\345\233\255.md" "b/4.pc\351\241\271\347\233\256\346\226\207\346\241\243/react-\346\236\201\345\256\242\345\233\255.md" index 6245ff2..18787ec 100644 --- "a/4.pc\351\241\271\347\233\256\346\226\207\346\241\243/react-\346\236\201\345\256\242\345\233\255.md" +++ "b/4.pc\351\241\271\347\233\256\346\226\207\346\241\243/react-\346\236\201\345\256\242\345\233\255.md" @@ -496,6 +496,9 @@ const onFinish = values => { `utils/http.js` ```js + +http://geek.itheima.net/api-pc.html 接口文档 + import axios from 'axios' const http = axios.create({ -- Gitee