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