Files
exam-jyt/exam-vue/.env.development
T
2026-06-18 01:44:25 +08:00

6 lines
160 B
Bash

# 环境标识
ENV = 'development'
# 开发环境,一般就设置为本地后端端口,如:http://localhost:8101
VITE_BASE_API = 'http://127.0.0.1:8101'