Initial commit

This commit is contained in:
2024-11-25 09:33:57 +08:00
commit a80c644265
521 changed files with 29740 additions and 0 deletions

8
.env.production Normal file
View File

@@ -0,0 +1,8 @@
# 页面标题
VUE_APP_TITLE = 丽水同创二级系统
# 生产环境配置
ENV = 'production'
# 丽水同创二级系统/生产环境
VUE_APP_BASE_API = '/prod-api'