2024-09-12 初始化项目

This commit is contained in:
zhp
2024-09-12 16:29:58 +08:00
parent b2e4a7046b
commit 6042a5b70f
29 changed files with 1713 additions and 1789 deletions

View File

@@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 若依管理系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 若依管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'
# 页面标题
VUE_APP_TITLE = 租研舍管理系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 租研舍管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'