Files
cp-ems-reference/cp-ems-ui/.env.development
Du Wenbo 8cdd8083f8 cp-ems v4.6.0 reference source code (Java/Spring Boot/RuoYi)
Enterprise EMS reference system for study purposes.
- Backend: Spring Boot + MyBatis Plus + Sa-Token
- Frontend: Vue 2 + Element UI + ECharts
- Database: MySQL + TDengine + Redis
- Features: energy monitoring, alarm management, quota, charging, maintenance
- Source: https://cp-ems.cn

This is a read-only reference. Do not develop on this repo.
2026-04-04 16:30:34 +08:00

21 lines
469 B
Plaintext

# 页面标题
VUE_APP_TITLE = 能源管理平台
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
VUE_APP_BASE_API = 'http://localhost:8090'
# 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/'
# 监控地址
VUE_APP_MONITRO_ADMIN = 'http://localhost:9090/admin/login'
# xxl-job 控制台地址
VUE_APP_XXL_JOB_ADMIN = 'http://localhost:9100/xxl-job-admin'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true