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
       }