|
@@ -12,7 +12,7 @@ module.exports = {
|
|
|
assetsPublicPath: '/',
|
|
|
proxyTable: {
|
|
|
'/api': {
|
|
|
- target : 'http://132.232.92.186:8888/api', //设置你调用的接口域名和端口号.别忘了加http
|
|
|
+ target : 'http://132.232.92.186:9001/api', //设置你调用的接口域名和端口号.别忘了加http
|
|
|
changeOrigin : true, //允许跨域
|
|
|
pathRewrite : {
|
|
|
'^/api':'/'
|
|
@@ -21,7 +21,7 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
'/chatHub': {
|
|
|
- target : 'http://132.232.92.186:8888/chatHub', //设置你调用的接口域名和端口号.别忘了加http
|
|
|
+ target : 'http://132.232.92.186:9001/chatHub', //设置你调用的接口域名和端口号.别忘了加http
|
|
|
changeOrigin : true, //允许跨域
|
|
|
pathRewrite : {
|
|
|
'^/chatHub':'/'
|