7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
# 生产环境变量
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = '/prod-api'
|
|
|