This commit is contained in:
sunnie 2020-04-29 11:13:25 +08:00
parent 77fd2c453c
commit af214cea71

View File

@ -608,8 +608,7 @@ module.exports = {
如果你的项目需要跨域设置,你需要打来 `vue.config.js` `proxy` 注释 并且配置相应参数
**<u>!!!注意:你还需要将 `src/config/env.development.js` 里的 `baseApi` 设置成 '/'</u>**
<u>**!!!注意:你还需要将 `src/config/env.development.js` 里的 `baseApi` 设置成 '/'**</u>
```javascript
module.exports = {
devServer: {