readme
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -608,8 +608,7 @@ module.exports = { | ... | @@ -608,8 +608,7 @@ module.exports = { |
608 | 608 | ||
609 | 如果你的项目需要跨域设置,你需要打来 `vue.config.js` `proxy` 注释 并且配置相应参数 | 609 | 如果你的项目需要跨域设置,你需要打来 `vue.config.js` `proxy` 注释 并且配置相应参数 |
610 | 610 | ||
611 | **<u>!!!注意:你还需要将 `src/config/env.development.js` 里的 `baseApi` 设置成 '/'</u>** | 611 | <u>**!!!注意:你还需要将 `src/config/env.development.js` 里的 `baseApi` 设置成 '/'**</u> |
612 | |||
613 | ```javascript | 612 | ```javascript |
614 | module.exports = { | 613 | module.exports = { |
615 | devServer: { | 614 | devServer: { | ... | ... |
-
Please register or sign in to post a comment