vue.config.js 367 B

1234567891011121314
  1. module.exports={
  2. devServer:{
  3. proxy:{
  4. '/api':{
  5. // target:'http://39.107.246.59:81',
  6. // target:'http://four.scxjc.club',
  7. // target:'http://caos.tederen.com',
  8. target:'http://fover.tederen.com/',
  9. changeOrigin: true,
  10. }
  11. }
  12. },
  13. publicPath:'/'
  14. }