11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
# 线上环境
|
|
ENV = 'production'
|
|
|
|
VITE_BASE = '/api'
|
|
|
|
VITE_NODE_ENV='staging'
|
|
|
|
VITE_USE_CHUNK_MOCK = false
|
|
|
|
# 线上环境接口地址
|
|
VITE_API_URL = 'http://csvideo.bisen-iot.com' |