achao 2 lat temu
rodzic
commit
b152550a3c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -56,7 +56,7 @@ module.exports = {
         },
         proxy: {
             '/pb': {
-                target: 'http://192.168.110.82:8099/',
+                target: 'https://api.changyuntong56.com',
                 // target: 'http://192.168.110.9:8099/',       
                 // target: 'https://apitest.changyuntong56.com',
                 changeOrigin: true, // 开启代理:在本地会创建一个虚拟服务端,然后发送请求的数据,并同时接收请求的数据,这样服务端和服务端进行数据的交互就不会有跨域问题