wq 5 년 전
부모
커밋
215a51b8ff
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 2
      vue.config.js

+ 7 - 2
vue.config.js

@@ -33,11 +33,16 @@ module.exports = {
         changeOrigin: true,
         ws: true,
       },
+      // '/api': {
+      //   target: 'http://127.0.0.1:7004',
+      //   changeOrigin: true,
+      //   ws: true,
+      // },
       '/api': {
-        target: 'http://free.liaoningdoupo.com',
+         target: 'http://free.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
-      },
+    },
     },
   },
 };