Files
ss-tiku-manage-h5/.env.development

21 lines
543 B
Plaintext
Raw Normal View History

2026-01-26 15:36:37 +08:00
# 页面标题
VITE_APP_TITLE = 寻驾
# 租户id
VITE_APP_TENANT_ID = 10001
VITE_APP_PHONE = 18056811878
# 开发环境配置
VITE_APP_ENV = 'development'
# 寻驾/开发环境
2026-01-30 11:21:02 +08:00
# VITE_APP_BASE_API = 'https://cloud.ahduima.com/'
2026-01-26 15:36:37 +08:00
# VITE_APP_BASE_API = 'https://xj.ahduima.com/'
2026-01-30 14:47:56 +08:00
VITE_APP_BASE_API = 'http://192.168.31.223:48080'
2026-01-26 15:36:37 +08:00
#
VITE_WEB_BASE_URL = 'https://xj.ahduima.com'
# VITE_WEB_BASE_URL = 'https://xj.ahduima.com'
# VITE_APP_BASE_API = 'http://localhost:8889/'
# 资源地址
VITE_RESOURSE_URL = 'http://huodong.ahduima.com'