2024-04-19 16:57:43 +08:00
|
|
|
# 页面标题
|
2024-04-27 10:32:48 +08:00
|
|
|
VUE_APP_TITLE = 智能开关管理系统
|
2024-04-19 16:57:43 +08:00
|
|
|
|
|
|
|
# 生产环境配置
|
|
|
|
ENV = 'production'
|
|
|
|
|
|
|
|
# 若依管理系统/生产环境
|
|
|
|
VUE_APP_BASE_API = '/prod-api'
|
|
|
|
|
|
|
|
# 小程序外链跳转设备
|
|
|
|
VUE_APP_WX_DEVICE_URL = 'weixin://dl/business/?appid=wx3914d4d7441fb438&env_version=release'
|
2025-02-27 13:38:59 +08:00
|
|
|
|
|
|
|
# 七牛云域名
|
|
|
|
VUE_APP_QINIU_DOMAIN = 'https://api.ccttiot.com'
|