chore: 更新Node.js版本和后端接口端口
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

1. 将.node-version中的Node版本从18.16.0升级到20.19.0
2. 更新README.md中所有相关的Node版本说明文档
3. 将后端接口地址端口从8787修改为22666
This commit is contained in:
sheng
2026-06-23 16:08:36 +08:00
parent e11366ab0c
commit 7ede037dd3
3 changed files with 17 additions and 17 deletions

2
.env
View File

@@ -17,5 +17,5 @@ VUE_APP_I18N_FALLBACK_LOCALE=en
VUE_APP_ELEMENT_COLOR=#409EFF
# 后台接口地址(代理目标)
VUE_APP_BASE_URL=http://127.0.0.1:8787/background/
VUE_APP_BASE_URL=http://127.0.0.1:22666/background/