guhongwei 3 years ago
parent
commit
5e4717546d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -22,7 +22,7 @@ module.exports = {
     port: '8001',
     proxy: {
       '/files': {
-        target: 'http://broadcast.waityou24.cn',
+        target: 'http://broadcast.kqyjy.com',
       },
       // '/api/mission': {
       //   target: 'http://broadcast.waityou24.cn',
@@ -30,7 +30,7 @@ module.exports = {
       //   ws: false,
       // },
       '/api': {
-        target: 'http://broadcast.waityou24.cn',
+        target: 'http://broadcast.kqyjy.com',
         changeOrigin: true,
         ws: false,
       },