5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
# 生产环境变量
|
|
VITE_APP_TITLE = '管理系统'
|
|
VITE_APP_PORT = 3000
|
|
VITE_APP_BASE_API = '/prod-api'
|