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',
     port: '8001',
     proxy: {
     proxy: {
       '/files': {
       '/files': {
-        target: 'http://broadcast.waityou24.cn',
+        target: 'http://106.12.161.200:8080',
       },
       },
       '/api/mission': {
       '/api/mission': {
-        target: 'http://broadcast.waityou24.cn',
+        target: 'http://broadcast.kqyjy.com',
         changeOrigin: true,
         changeOrigin: true,
         ws: false,
         ws: false,
       },
       },
       '/api/question': {
       '/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,
         changeOrigin: true,
         ws: false,
         ws: false,
       },
       },
       '/api/achieve': {
       '/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,
         changeOrigin: true,
         ws: false,
         ws: false,
       },
       },
       '/api/live': {
       '/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,
         changeOrigin: true,
         ws: false,
         ws: false,
       },
       },