wangxin hace 6 años
padre
commit
af40462180
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -59,7 +59,7 @@ module.exports = {
     port: 8091,
     proxy: {
       '/powerjob': {
-        target: 'http://192.168.1.102:8090', //请求本地 需要powerjob后台项目
+        target: 'http://127.0.0.1:8090', //请求本地 需要powerjob后台项目
         ws: false,
         changeOrigin: true
       },