5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
![]() |
# 开发环境配置文件
|
|||
|
# 这个文件中的变量只在开发环境生效(npm run dev)
|
|||
|
|
|||
|
# API基础URL
|
|||
|
VITE_API_BASE_URL=http://localhost:8080/api
|