guhongwei 3 éve
szülő
commit
9f257f19e1
1 módosított fájl, 5 hozzáadás és 5 törlés
  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,
       },