lrf402788946 4 年之前
父節點
當前提交
f01524e139
共有 1 個文件被更改,包括 3 次插入3 次删除
  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,
       },
     },