mainfest.js 372 B

1234567891011121314
  1. "h5": {
  2. "devServer": {
  3. "port": 80,
  4. "disableHostCheck": true,
  5. "proxy": {
  6. "/dpc": {
  7. "target": "https://apis.map.qq.com",
  8. "changeOrigin": true,
  9. "secure": false,
  10. "pathRewrite":{"^/dpc":""}
  11. }
  12. }
  13. }
  14. }