- 将 VITE_API_BASE_URL 从 http://localhost:48080/app-api 修改为 http://localhost:8283/app-api - 在 Navbar 组件中注释掉对战信息的导航项
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
# API 基础路径
|
|
VITE_API_BASE_URL=http://localhost:8283/app-api
|
|
|
|
# 开发环境配置
|
|
NODE_ENV=development |