dazhaxie 3 minggu lalu
induk
melakukan
168c5e541f
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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
       }