hfxc226 3 ay önce
ebeveyn
işleme
8f5a064e35
2 değiştirilmiş dosya ile 337 ekleme ve 358 silme
  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',

Dosya farkı çok büyük olduğundan ihmal edildi
+ 334 - 355
yarn.lock


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor