傅行帆 5 年 前
コミット
746cc34218
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      config/config.js

+ 1
- 1
config/config.js ファイルの表示

@@ -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
     },