7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
# 环境变量配置 (开发环境)
|
|
NODE_ENV = 'development'
|
|
|
|
# 应用配置
|
|
VITE_APP_TITLE = '美天科技 - 官网'
|
|
VITE_API_BASE_URL = 'http://localhost:8000'
|
|
# VITE_API_BASE_URL = 'https://backend.yunzer.cn' |