Files
vis389/.env.production

10 lines
217 B
Plaintext
Raw Normal View History

2021-11-18 16:21:15 +08:00
# 页面标题
VUE_APP_TITLE = 商挈管理系统
# 生产环境配置
ENV = 'production'
# 商挈管理系统/生产环境
VUE_APP_BASE_API = 'http://120.26.107.74:1818'
#VUE_APP_BASE_API = 'http://127.0.0.1:1818'