mirror of
https://github.com/insistence/RuoYi-Vue3-FastAPI.git
synced 2026-09-21 20:55:15 +00:00
9 lines
169 B
Bash
9 lines
169 B
Bash
# 页面标题
|
|
VITE_APP_TITLE = vfadmin管理系统
|
|
|
|
# 开发环境配置
|
|
VITE_APP_ENV = 'development'
|
|
|
|
# 若依管理系统/开发环境
|
|
VITE_APP_BASE_API = '/dev-api'
|