oil-station/fuintCashierWeb/.env.staging

15 lines
279 B
Plaintext
Raw Normal View History

2023-10-09 11:06:01 +08:00
# 页面标题
VUE_APP_TITLE = fuint收银系统
# 测试环境配置
ENV = 'staging'
# fuint会员营销系统/测试环境
VUE_APP_BASE_API = '/stage-api'
# 发布目录
VUE_APP_PUBLIC_PATH = '/'
# 后端接口地址
VUE_APP_SERVER_URL = 'http://localhost:8082/stage-api/'