This commit is contained in:
2024-02-02 22:31:01 +08:00
parent 06a5f041bf
commit 486ea5013a
77 changed files with 17507 additions and 122 deletions

11
.env.test Normal file
View File

@@ -0,0 +1,11 @@
# 页面标题
VITE_APP_TITLE='uniapp-vue3-project'
# 生产环境配置
VITE_APP_ENV='production'
# 接口地址
VITE_APP_BASE_API='/'
# 删除console
VITE_DROP_CONSOLE=true