6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
# 环境变量配置 (生产环境)
|
|
NODE_ENV = 'production'
|
|
|
|
# 应用配置
|
|
VITE_APP_TITLE = '美天科技 - 官网'
|
|
VITE_API_BASE_URL = 'https://backend.yunzer.cn' # 生产环境接口基础URL |