123456789101112131415 |
- // 宝安
- const DEFAULT_ADDRESS = 'http://192.168.50.88'
- // const DEFAULT_ADDRESS = 'http://shengfurj.cn'
- // 福田
- // const DEFAULT_ADDRESS = 'http://192.168.80.32'
- export default {
- '/api': {
- target: 'http://192.168.50.88:1050',
- changeOrigin: true,
- ws: true,
- rewrite: path => path.replace(new RegExp('^/api'), "")
- },
- }
|