docs: 修改文档

This commit is contained in:
奔跑的面条 2022-06-23 09:53:01 +08:00
parent 68aeea70cf
commit 91bda457e7

View File

@ -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`