guhongwei 3 년 전
부모
커밋
5e4717546d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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,
       },