guhongwei il y a 3 ans
Parent
commit
7e94d0c558
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      vue.config.js

+ 6 - 6
vue.config.js

@@ -24,13 +24,13 @@ module.exports = {
       '/files': {
         target: 'http://broadcast.waityou24.cn',
       },
-      '/api/mission': {
-        target: 'http://127.0.0.1:4001',
-        changeOrigin: true,
-        ws: false,
-      },
+      // '/api/mission': {
+      //   target: 'http://broadcast.waityou24.cn',
+      //   changeOrigin: true,
+      //   ws: false,
+      // },
       '/api': {
-        target: 'http://127.0.0.1:9101',
+        target: 'http://broadcast.waityou24.cn',
         changeOrigin: true,
         ws: false,
       },