6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
# 开发环境变量
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = '/dev-api'
|