vue.config.js 313 B

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