vue.config.js 317 B

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