Mr.Jiu 4 년 전
부모
커밋
bca47df0f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -38,7 +38,7 @@ module.exports = {
     },
     proxy: {
       '/api' : {
-        target: process.env.NODE_ENV === 'production' ? 'https://feuc.liveplus.online' : 'https://feuc-test.liveplus.online',
+        target: 'https://feuc-test.liveplus.online',
         changeOrigin: true
       }
     },