update hoj-vue/vue.config.js.

This commit is contained in:
zsh 2021-06-07 10:26:27 +08:00 committed by Gitee
parent 9043a63c2a
commit d7cd3b5a61
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module.exports={
port: 8088, // 开发服务器运行端口号
proxy: {
'/api': { // 以'/api'开头的请求会被代理进行转发
target: 'http://47.105.76.169/', // 要发向的后台服务器地址 如果后台服务跑在后台开发人员的机器上,就写成 `http://ip:port` 如 `http:192.168.12.213:8081` ip为后台服务器的ip
target: 'http://localhost:6688', // 要发向的后台服务器地址 如果后台服务跑在后台开发人员的机器上,就写成 `http://ip:port` 如 `http:192.168.12.213:8081` ip为后台服务器的ip
changeOrigin: true
}
},