|
@@ -27,12 +27,12 @@ module.exports = {
|
|
|
'/api': {
|
|
|
//本地服务接口地址
|
|
|
// target: 'http://192.168.3.64',
|
|
|
- target: 'http://localhost:8090',
|
|
|
+ // target: 'http://localhost:8090',
|
|
|
// target: 'http://192.168.1.179:8090',
|
|
|
// target: 'http://192.168.31.96',
|
|
|
// target: 'http://192.168.0.155:1888', //刘依程
|
|
|
//远程演示服务地址,可用于直接启动项目
|
|
|
- // target: 'http://47.110.251.215:8090',
|
|
|
+ target: 'http://47.110.251.215:8090',
|
|
|
|
|
|
ws: true,
|
|
|
pathRewrite: {
|