Browse Source

修改配置IP

a1140836302 2 years ago
parent
commit
f1d5b64756
1 changed files with 3 additions and 3 deletions
  1. 3 3
      vue.config.js

+ 3 - 3
vue.config.js

@@ -21,19 +21,19 @@ module.exports = {
     },
     proxy: {
       '/api': {
-        target: `http://192.168.2.43:8080`,
+        target: `http://192.168.3.177:8080`,
         // target: `http://172.16.12.146:8080`,
         ws: true,
         changeOrigin: true,
       },
       '/ws': {
-         target: `ws://192.168.2.43:8080/ws`,
+         target: `ws://192.168.3.177:8080/ws`,
         // target: `ws://172.16.12.146:8080/ws`,
         ws: true,
         changeOrigin: true,
       },
       '/video':{
-        target: `ws://192.168.2.43:8082/`,
+        target: `ws://192.168.3.177:8082/`,
         // target: `ws://172.16.12.146:8080/ws`,
         ws: true,
         changeOrigin: true,