同步升级3.0 端口提交错误 改回8080

This commit is contained in:
疯狂的狮子li 2020-07-20 10:47:00 +08:00
parent 1e79d6f56f
commit 6f47310c24
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8081
port: 8080
servlet:
# 应用的访问路径
context-path: /

View File

@ -33,7 +33,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8081`,
target: `http://localhost:8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''