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,
       },