Browse Source

开发付款管理页面

wangxin 6 years ago
parent
commit
8b65e6aae7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

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