lrf402788946 4 vuotta sitten
vanhempi
commit
0ac23a7f12
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -25,12 +25,12 @@ module.exports = {
         target: 'http://broadcast.waityou24.cn',
       },
       '/api/live': {
-        target: 'http://192.168.1.19:9101',
+        target: 'http://127.0.0.1:9101',
         changeOrigin: true,
         ws: false,
       },
       '/api/achieve': {
-        target: 'http://192.168.1.19:9103',
+        target: 'http://127.0.0.1:9103',
         changeOrigin: true,
         ws: false,
       },