first commit

This commit is contained in:
zc
2026-02-24 15:43:28 +08:00
parent aade44ecc4
commit 6355452232
15 changed files with 34407 additions and 0 deletions

11
.env.staging Normal file
View File

@@ -0,0 +1,11 @@
# 页面标题
VUE_APP_TITLE = 泰禾园区管理系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 泰禾园区管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'
LOOKUP_API = '/lookup-api'