7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
# 模拟环境变量
|
|
ENV = 'staging'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = '/stage-api'
|
|
|