Explorar el Código

调整代理服务器目标地址

yusheng hace 10 meses
padre
commit
fac825ee85
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -37,8 +37,9 @@ module.exports = {
         // target: 'http://192.168.1.176:18086',
         // target: 'http://192.168.1.251:18086',
         target: 'http://192.168.1.125:18086',
-        // target: 'http://192.168.1.116:18086',
+
         // target: 'http://192.168.1.251:18186',
+
         // target: 'http://192.168.1.251:18087',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {