Files
education/frontend/.env.production
T
2026-08-21 18:42:51 +08:00

9 lines
169 B
Bash

# 页面标题
VUE_APP_TITLE = 教学管理信息系统
# 生产环境配置
ENV = 'production'
# 智慧教学管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'