vue.config.js 546 B

1234567891011121314151617
  1. module.exports = {
  2. devServer: {
  3. proxy: {
  4. '/api': {
  5. // target:'http://39.107.246.59:81',
  6. // target: 'https://api.hunanwanzhu.com',
  7. // target:'http://caos.tederen.com',
  8. // target: 'https://wx.scxjc.club',
  9. // target: 'http://47.107.124.163:8068',
  10. // target: 'http://120.78.138.64',
  11. target: 'http://xjctest.baianxi.com',
  12. changeOrigin: true,
  13. }
  14. }
  15. },
  16. publicPath: '/admin'
  17. }