guhongwei 3 년 전
부모
커밋
9f257f19e1
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      vue.config.js

+ 5 - 5
vue.config.js

@@ -22,25 +22,25 @@ module.exports = {
     port: '8001',
     proxy: {
       '/files': {
-        target: 'http://broadcast.waityou24.cn',
+        target: 'http://106.12.161.200:8080',
       },
       '/api/mission': {
-        target: 'http://broadcast.waityou24.cn',
+        target: 'http://broadcast.kqyjy.com',
         changeOrigin: true,
         ws: false,
       },
       '/api/question': {
-        target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9101
+        target: 'http://broadcast.kqyjy.com', //http://192.168.1.19:9101
         changeOrigin: true,
         ws: false,
       },
       '/api/achieve': {
-        target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9101
+        target: 'http://broadcast.kqyjy.com', //http://192.168.1.19:9101
         changeOrigin: true,
         ws: false,
       },
       '/api/live': {
-        target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9200
+        target: 'http://broadcast.kqyjy.com', //http://192.168.1.19:9200
         changeOrigin: true,
         ws: false,
       },