smart-switch-ui/.env.production
2025-02-27 13:38:59 +08:00

14 lines
354 B
Plaintext

# 页面标题
VUE_APP_TITLE = 智能开关管理系统
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 小程序外链跳转设备
VUE_APP_WX_DEVICE_URL = 'weixin://dl/business/?appid=wx3914d4d7441fb438&env_version=release'
# 七牛云域名
VUE_APP_QINIU_DOMAIN = 'https://api.ccttiot.com'