|
@@ -32,13 +32,9 @@ module.exports = {
|
|
'/api': {
|
|
'/api': {
|
|
//本地服务接口地址
|
|
//本地服务接口地址
|
|
// target: 'http://192.168.3.64:1080',
|
|
// target: 'http://192.168.3.64:1080',
|
|
-<<<<<<< HEAD
|
|
|
|
- target: 'http://192.168.8.108:1080',
|
|
|
|
-=======
|
|
|
|
- target: 'http://192.168.0.106:1080',
|
|
|
|
->>>>>>> 98ca32bc20041f0f4fb46a8e3e94175ffa6ff9b7
|
|
|
|
|
|
+ // target: 'http://192.168.0.106:1080',
|
|
// 打包地址
|
|
// 打包地址
|
|
- // target: 'http://121.37.83.47:10004',//服务器ip
|
|
|
|
|
|
+ target: 'http://121.37.83.47:10004',//服务器ip
|
|
// target: 'http://trade.tubaosoft.com:10004',//服务器域名
|
|
// target: 'http://trade.tubaosoft.com:10004',//服务器域名
|
|
ws: true,
|
|
ws: true,
|
|
pathRewrite: {
|
|
pathRewrite: {
|