first commit all content

This commit is contained in:
康冉冉
2025-08-27 17:54:46 +08:00
parent 4a5269cf34
commit 513d77f40f
317 changed files with 29786 additions and 0 deletions

8
.env.production Normal file
View File

@@ -0,0 +1,8 @@
# 页面标题
VUE_APP_TITLE = SAAS管理平台
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = 'http://172.16.15.102:8080'