5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
# 模拟环境变量
|
|
VITE_APP_TITLE = '管理系统'
|
|
VITE_APP_PORT = 3000
|
|
VITE_APP_BASE_API = '/stage-api'
|