first commit

This commit is contained in:
wtq
2026-05-12 15:38:32 +08:00
commit 838c61b244
1098 changed files with 329134 additions and 0 deletions

12
.env.development Normal file
View File

@@ -0,0 +1,12 @@
# 开发环境配置
ENV = 'development'
port = 9002
# gfast管理系统/开发环境
# VUE_APP_BASE_API = 'http://localhost:8200'
# VUE_APP_BASE_API = 'http://192.168.2.22:8300'
# VUE_APP_BASE_API = 'http://192.168.0.75:8300'
# VUE_APP_BASE_API = 'http://192.168.0.75:8300'
VUE_APP_BASE_API = 'https://jxhorizon.jxc4.com/'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true