vue.config.js 260 B

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