feat: 增加后台管理端UI

This commit is contained in:
yjm
2026-04-25 21:59:54 +08:00
parent 8bb2b9f176
commit 22ebd66102
292 changed files with 26088 additions and 6 deletions

8
zzyl-ui/.env.production Normal file
View File

@@ -0,0 +1,8 @@
# 页面标题
VUE_APP_TITLE = 中州养老
# 生产环境配置
ENV = 'production'
# 中州养老/生产环境
VUE_APP_BASE_API = '/prod-api'