YaolongHan 4 년 전
부모
커밋
909fa3039b
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      vue.config.js

+ 4 - 4
vue.config.js

@@ -16,8 +16,8 @@ module.exports = {
             },
             '/serve': {
                 // target: 'http://192.168.200.87:8088/',
-                // target: 'http://192.168.200.83:8085/',
-                target: 'http://60.205.177.43:8080', //阿里云
+                target: 'http://10.199.143.129:8080',
+                // target: 'http://60.205.177.43:8080', //阿里云
                 changeOrigin: true,
                 secure: false,
                 pathRewrite: {
@@ -25,8 +25,8 @@ module.exports = {
                 },
             },
             '/data': {
-                // target: 'http://192.168.200.87:9003',
-                target: 'http://60.205.177.43', //阿里云
+                target: "http://10.199.143.126",
+                // target: 'http://60.205.177.43', //阿里云
                 changeOrigin: true,
                 secure: false,
                 pathRewrite: {