lrf402788946 vor 4 Jahren
Ursprung
Commit
f01524e139
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      vue.config.js

+ 3 - 3
vue.config.js

@@ -24,15 +24,15 @@ module.exports = {
         ws: true,
       },
       '/files': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://broadcast.waityou24.cn/',
       },
       '/api': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://127.0.0.1:3001',
         changeOrigin: true,
         ws: true,
       },
       '/ws': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://broadcast.waityou24.cn/',
         ws: true,
       },
     },