Parcourir la source

更新 'vue.config.js'

guarantee-lsq il y a 2 ans
Parent
commit
0d2a08ded1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      vue.config.js

+ 2 - 2
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://192.168.1.4:5000',
+        target: 'http://localhost:5000',
         ws: false,
         changeOrigin: true,
         pathRewrite: {
@@ -112,7 +112,7 @@ const vueConfig = {
         }
       },
       '/files': {
-        target: 'http://192.168.1.4:5000',
+        target: 'http://localhost:5000',
         ws: false,
         changeOrigin: true
       }