Przeglądaj źródła

localhost config

xuzuoyun 5 lat temu
rodzic
commit
ec5a93c9b5
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -67,8 +67,9 @@ module.exports = {
         // target: 'http://39.97.120.42:8080', //请求本地 需要jeecg-boot后台项目  生产环境
         // target: 'http://39.106.184.70:8080', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.2.130:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
-        target: 'http://192.168.2.133:8080', //请求本地 需要jeecg-boot后台项目  英豪
+        // target: 'http://192.168.2.133:8080', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.132:8080', //请求本地 需要jeecg-boot后台项目
+        target:'http://127.0.0.1:8080',
         ws: false,
         changeOrigin: true
       },