mirror of
https://github.com/201206030/novel-front-web.git
synced 2025-04-26 15:30:52 +00:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
# 开发环境配置
|
|
|
|
ENV = 'development'
|
|
VUE_APP_BASE_API_URL = 'http://127.0.0.1:8888/api'
|
|
VUE_APP_BASE_IMG_URL = 'http://127.0.0.1:8888'
|
|
|
|
|