|
@@ -17,7 +17,8 @@ module.exports = {
|
|
|
proxy: {
|
|
|
'/chat': {
|
|
|
// target: process.env.VUE_APP_TARGET,
|
|
|
- target: 'http://10.113.248.4:8089',
|
|
|
+ // "http://43.143.198.30:8089";
|
|
|
+ target: 'http://43.143.198.30:8089',
|
|
|
// ws: true,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|