lyh
2026-01-19 f60f18de3fa04a8f8ade71da232fed4bcef3766a
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://127.0.0.1:8199',
      //target: 'http://192.168.0.160:8080',
      pathRewrite: {
        '^/api': ''//实际请求去掉/api
      }
    }
  }
};