oil-station/fuintAdmin_zt/.env.development

17 lines
349 B
Plaintext
Raw Normal View History

2024-08-16 18:26:19 +08:00
# 页面标题
VUE_APP_TITLE = 百业兴智慧油站系统
# 开发环境配置
ENV = 'development'
# fuint会员营销系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 发布目录
VUE_APP_PUBLIC_PATH = '/'
# 后端接口地址
2024-09-27 09:23:47 +08:00
VUE_APP_SERVER_URL = 'http://192.168.31.178:8080/'
2024-08-16 18:26:19 +08:00
# cp端地址
# VUE_PC_SERVER_URL = 'http://47.95.206.185:85/'