From d058361e01cae4bf6299a9da091beaf1d0181e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Thu, 23 Jun 2022 09:53:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e03959d9..76642206 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ VITE_PRO_PATH = 'http://127.0.0.1:8080' ```shell // 请求前缀 -export const axiosPre = '/goview' +export const axiosPre = '/api/goview' ``` 接口封装:`src\api\http.ts`