oil-station/fuintCashierWeb/.env.staging
2024-02-26 19:27:54 +08:00

15 lines
289 B
Plaintext

# 页面标题
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/'