config.js 186 B

1234567
  1. const configPage={
  2. // "httpServe":'http://127.0.0.1:8081'
  3. // bi打包修改为这个
  4. "httpServe":'/prod-api'
  5. // "httpServe":'http://127.0.0.1:8080'
  6. }
  7. module.exports={configPage}