feat: build framework

This commit is contained in:
2024-03-19 22:51:10 +08:00
parent fbe51e7668
commit afb892c5e9
19 changed files with 2784 additions and 15 deletions

4
.env Normal file
View File

@@ -0,0 +1,4 @@
# 生产环境配置
NODE_ENV= 'production'
# 生产环境
VUE_APP_BASE_API = '/api'