소스 검색

localhost config

xuzuoyun 5 년 전
부모
커밋
ec5a93c9b5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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
       },