| | |
| | | * @LastEditTime: 2021-01-29 15:58:39 |
| | | */ |
| | | module.exports = { |
| | | |
| | | //路径前缀 |
| | | publicPath: "./", |
| | | lintOnSave: true, |
| | |
| | | //target: 'http://localhost:82/', |
| | | // target: 'http://223.82.109.183:2082/api/', |
| | | // target: 'http://192.168.0.107:85/',//唐 |
| | | //target: 'http://localhost:83/', |
| | | //target: 'http://223.82.109.183:2082/api/', |
| | | target: 'http://localhost:83/', |
| | | //target: 'http://223.82.109.183:2082/api/', |
| | | //target: 'http://localhost:83/', |
| | | //target: 'https://web.byisf.com/api/', |
| | | //远程演示服务地址,可用于直接启动项目 |
| | | //target: 'https://saber.bladex.vip/api', |
| | | |
| | | ws: true, |
| | | pathRewrite: { |
| | | '^/api': '/' |