傅行帆 5 years ago
parent
commit
746cc34218
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/config.js

+ 1
- 1
config/config.js View File

@@ -133,7 +133,7 @@ export default {
133 133
 
134 134
   proxy: {
135 135
     '/api': {
136
-      target: 'http://192.168.2.51:8080/',
136
+      target: 'http://127.0.0.1:8080/',
137 137
       changeOrigin: true,
138 138
       // pathRewrite: { '^/server': '' },
139 139
     },