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

12
.env.development Normal file
View File

@@ -0,0 +1,12 @@
# 页面标题
VUE_APP_TITLE = 泰禾园区管理系统
# 开发环境配置
ENV = 'development'
# 泰禾园区管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
LOOKUP_API = '/lookup-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true