first commit

This commit is contained in:
zc
2025-06-05 09:55:41 +08:00
commit 935360c185
459 changed files with 61034 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'