Browse Source

开发页面

wangxin 6 năm trước cách đây
mục cha
commit
af40462180
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
       },