7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
|
|
# 线上环境
|
||
|
|
VITE_ENV = 'production'
|
||
|
|
|
||
|
|
VITE_BUILD_MODE = 'uat'
|
||
|
|
|
||
|
|
# 线上环境接口地址
|
||
|
|
VITE_API_URL = 'https://testUat.com'
|