Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pcmgr

gjy 3 years ago
parent
commit
625b76284d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -40,7 +40,7 @@ module.exports = {
         logLevel: 'debug',
       },
       '/pb': {
-        target: 'http://192.168.1.120:8090/',
+        target: 'http://192.168.1.103:9100/',
         // target: 'http://192.168.1.109:9100/',
         // target: 'https://standard-dev.winsea.com/',
         changeOrigin: true, //开启代理:在本地会创建一个虚拟服务端,然后发送请求的数据,并同时接收请求的数据,这样服务端和服务端进行数据的交互就不会有跨域问题