7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
# 线上环境
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = './'
|
|
|