segchk_vue/.env.production

12 lines
230 B
Plaintext

# 页面标题
VUE_APP_TITLE = 赛格核销管理系统
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 图片基地址
VUE_APP_IMG_URL = 'http://221.195.106.155:8090'