Browse Source

无需提交的

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

+ 1
- 1
config/config.js View File

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