bick_back/.env.development

18 lines
487 B
Plaintext
Raw Normal View History

2024-05-20 18:07:24 +08:00
# 页面标题
VUE_APP_TITLE = 共享电动车管理系统
# 开发环境配置
ENV = 'development'
# 共享电动车管理系统/开发环境
2025-02-24 11:02:00 +08:00
# VUE_APP_BASE_API = 'https://dche.ccttiot.com/prod-api'
2024-11-06 14:38:37 +08:00
# VUE_APP_BASE_API = 'https://che.chuangtewl.com/prod-api'
2024-08-21 18:02:28 +08:00
2025-02-24 11:02:00 +08:00
VUE_APP_BASE_API = 'http://localhost:8088'
2024-05-20 18:07:24 +08:00
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 小程序外链跳转设备
VUE_APP_WX_DEVICE_URL = 'weixin://dl/business/?appid=wx4d178f8c80348214&env_version=develop'