Commit a507311f authored by dongjg's avatar dongjg

修改端口

parent 3a7793ef
......@@ -20,7 +20,9 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口,默认为8080
port: 5001
# port: 5001
# port: 5001
port: 8080
servlet:
# 应用的访问路径
context-path: /
......
......@@ -35,7 +35,9 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.10.105:5001`,
target: `http://localhost:5001`,
// target: `http://localhost:5001`,
target: `http://localhost:8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment