feat():learning后台管理前端页面初始化
This commit is contained in:
15
env.example
Normal file
15
env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# 环境变量配置示例
|
||||
# 复制此文件为 .env.local 或 .env.development 等,并根据需要修改
|
||||
|
||||
# API 基础地址
|
||||
VITE_API_BASE_URL=http://localhost:8084
|
||||
|
||||
# 应用信息
|
||||
VITE_APP_TITLE=GoalfyMax Admin
|
||||
VITE_APP_VERSION=1.0.0
|
||||
|
||||
# 开发工具
|
||||
VITE_ENABLE_DEVTOOLS=true
|
||||
|
||||
# Mock 数据
|
||||
VITE_USE_MOCK=false
|
||||
Reference in New Issue
Block a user