77fd2c45 by sunnie

readme

1 parent 2a1687c0
......@@ -608,7 +608,7 @@ module.exports = {
如果你的项目需要跨域设置,你需要打来 `vue.config.js` `proxy` 注释 并且配置相应参数
**!!!注意:你还需要将 `src/config/env.development.js` 里的 `baseApi` 设置成 '/'**
**<u>!!!注意:你还需要将 `src/config/env.development.js` 里的 `baseApi` 设置成 '/'</u>**
```javascript
module.exports = {
......@@ -635,7 +635,7 @@ module.exports = {
export function getUserInfo(params) {
return request({
url: '/api/userinfo',
method: 'get',
method: 'post',
data: qs.stringify(params)
})
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!