guhongwei hace 4 años
padre
commit
44ab6a44c7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,
       },