dazhaxie 3 주 전
부모
커밋
168c5e541f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -100,7 +100,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://localhost:8070',
+        target: 'http://localhost:5000',
         ws: false,
         changeOrigin: true,
         pathRewrite: {
@@ -108,7 +108,7 @@ const vueConfig = {
         }
       },
       '/files': {
-        target: 'http://localhost:8070',
+        target: 'http://localhost:5000',
         ws: false,
         changeOrigin: true
       }