소스 검색

改端口

hfxc226 3 달 전
부모
커밋
8f5a064e35
2개의 변경된 파일337개의 추가작업 그리고 358개의 파일을 삭제
  1. 3 3
      vue.config.js
  2. 334 355
      yarn.lock

+ 3 - 3
vue.config.js

@@ -104,7 +104,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://localhost:5000',
+        target: 'http://localhost:5001',
         ws: false,
         changeOrigin: true,
         pathRewrite: {
@@ -112,12 +112,12 @@ const vueConfig = {
         }
       },
       '/files': {
-        target: 'http://localhost:5000',
+        target: 'http://localhost:5001',
         ws: false,
         changeOrigin: true
       },
       '/websocket': {
-        target: 'ws://localhost:5000',
+        target: 'ws://localhost:5001',
         ws: true,
         changeOrigin: false,
         logLevel: 'debug',

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 334 - 355
yarn.lock


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.