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`