初始化

This commit is contained in:
qsh
2023-02-15 09:17:05 +08:00
parent eebc6c8e4c
commit a7606b1f20
301 changed files with 23347 additions and 2 deletions

8
.env.production Normal file
View File

@@ -0,0 +1,8 @@
# 页面标题
VUE_APP_TITLE = 对嘛管理系统
# 生产环境配置
ENV = 'production'
# 对嘛管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'