This commit is contained in:
777
2025-03-18 10:32:22 +08:00
parent caed881556
commit b622fe21f5
9 changed files with 35 additions and 8 deletions

26
.env.zhiyu Normal file
View File

@@ -0,0 +1,26 @@
# 页面标题
# 生产环境配置
NODE_ENV = 'production'
ENV = 'huahe'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/'
# 监控地址
VUE_APP_MONITRO_ADMIN = '/admin/applications'
# xxl-job 控制台地址
VUE_APP_XXL_JOB_ADMIN = '/xxl-job-admin'
# 知予生产
VUE_APP_COS_BASE_URL = 'https://filedskal.lldsna.cn/'
# 知予测试
# VUE_APP_COS_BASE_URL = 'https://he-test-1330083379.cos.ap-guangzhou.myqcloud.com/'
VUE_APP_SYSTEM_HOME = '知予'
VUE_APP_TITLE = 知予后台管理系统
VUE_APP_LOGO_PRE = 'zhiyu'