guhongwei 4 vuotta sitten
vanhempi
commit
44ab6a44c7
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://broadcast.waityou24.cn', //http://192.168.1.19:9101
         changeOrigin: true,
         ws: false,
       },
       '/api/achieve': {
-        target: 'http://192.168.1.19:9103',
+        target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9103
         changeOrigin: true,
         ws: false,
       },