赞
踩
- "devServer": {
- "disableHostCheck": true,
- "proxy": {
- "/api": {
- // 需要被代理的后台地址
- "target": "http://自己的地址",
- "changeOrigin": true,
- "secure": false,
- "pathRewrite": {
- "^/api": ""
- }
- }
- }
- },
export const apiServer = 'http://localhost:8080/api/'
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。