初始化

This commit is contained in:
lichun
2025-12-03 09:30:19 +08:00
commit a02dd8c2f4
215 changed files with 114299 additions and 0 deletions

4
.env.development Normal file
View File

@@ -0,0 +1,4 @@
# 开发环境配置
NODE_ENV=development
VUE_APP_BASE_API = 'http://gz.viphk.nnhk.cc' # API基础路径
VUE_APP_TITLE = '开发环境'