webpack 代理跨域

proxyTable: {

      '/service-sys':{

          target: 'http://pay.haohanwork.com',

          changeOrigin:true,

          pathRewrite:{

            '^/service-sys': '/service-sys'

          }

      },

      '/ms':{

          target: 'https://www.easy-mock.com/mock/592501a391470c0ac1fab128',

          changeOrigin: true

      }

    }

你可能感兴趣的:(webpack 代理跨域)