6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
|
|
VITE_ENV = 'production'
|
||
|
|
|
||
|
|
VITE_BUILD_MODE = 'prod'
|
||
|
|
|
||
|
|
# 线上环境接口地址
|
||
|
|
VITE_API_URL = 'https://production.com'
|