@ -29,7 +29,7 @@ captcha:
# 开发环境配置
server:
# 服务器的HTTP端口,默认为8080
port: 8117
port: 8119
servlet:
# 应用的访问路径
context-path: /
@ -35,8 +35,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
//target: `http://localhost:8117`,
target: `http://172.16.9.9:8117`,
//target: `http://localhost:8119`,
target: `http://172.16.9.9:8119`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''