@@ -12,9 +12,9 @@ module.exports = {
proxyTable: {
'/api': {
// target: 'https://dp.huiju360.com.cn/hj_operations',
- // target: 'http://192.168.0.62:8080', //wf
+ target: 'http://192.168.0.62:8080', //wf
// target: 'http://127.0.0.1:8080',
- target: 'http://192.168.0.11:8080', //ys
+ // target: 'http://192.168.0.11:8080', //ys
// target: 'http://192.168.0.125:8080', //hyq
// target: 'http://dev.ycjcjy.com', //frp
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置