You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 开发环境配置
|
|
NODE_ENV=development
|
|
|
|
# API基础URL
|
|
VITE_APP_API=http://yiji-2026/api/
|
|
|
|
# 应用标题
|
|
VITE_APP_TITLE=Admin Management System (Dev)
|
|
|
|
# 调试模式
|
|
VITE_APP_DEBUG=true
|