lyh
5 天以前 c60e141e9b43be2eb5122eaa7da13bc0cf3848cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// let ApiBaseURL = 'https://easy-mock.com/mock/59802015a1d30433d84f1a02/v1'
// let ApiBaseURL = 'http://plab.itcast.cn:7999'
// let ApiBaseURL = 'http://dev.plab.itcast.cn:7999'
//let courseURL = 'http://localhost:3000/mock/11';
//let BannerURL = 'http://localhost:3003';
module.exports = {
  proxyList: {
    '/api': {
      target: 'http://localhost:8199',
      //target: 'http://192.168.0.160:8080',
      pathRewrite: {
        '^/api': ''//实际请求去掉/api
      }
    }
  }
};