lyh
7 小时以前 b6247699693bdc200539f20851b3d2105fe8b674
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:8299',
      //target: 'http://192.168.0.160:8080',
      pathRewrite: {
        '^/api': ''//实际请求去掉/api
      }
    }
  }
};