mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
# 生产环境配置
|
|
|
|
ENV = 'production'
|
|
VUE_APP_BASE_API_URL = 'http://api.test.baidu.com/api'
|
|
VUE_APP_BASE_IMG_URL = 'http://api.test.baidu.com'
|