oil-station/fuintCashierWeb/.env.staging

15 lines
292 B
Plaintext
Raw Permalink Normal View History

2024-08-16 18:26:19 +08:00
# 页面标题
VUE_APP_TITLE = 百业兴智慧油站收银台
# 测试环境配置
ENV = 'staging'
# fuint会员营销系统/测试环境
VUE_APP_BASE_API = '/stage-api'
# 发布目录
VUE_APP_PUBLIC_PATH = '/'
# 后端接口地址
VUE_APP_SERVER_URL = 'http://localhost:8008/stage-api/'