8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
# 线上环境
|
|
NODE_ENV = "production"
|
|
|
|
# 线上环境接口地址(easymock)
|
|
VITE_API_URL = "http://139.9.66.234:6688"
|
|
|
|
# VITE_BASE_IMAGE_URL = ''
|