9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
# 线上环境
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = './'
|
|
|
|
VUE_APP_TEST_ENV = '我是线上环境'
|
|
|