smart-switch-ui/.env.development

19 lines
409 B
Plaintext
Raw Permalink Normal View History

2024-04-19 16:57:43 +08:00
# 页面标题
2024-07-12 16:09:45 +08:00
VUE_APP_TITLE = 智能开关-开发
2024-04-19 16:57:43 +08:00
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 小程序外链跳转设备
VUE_APP_WX_DEVICE_URL = 'weixin://dl/business/?appid=wx3914d4d7441fb438&env_version=develop'
2025-02-27 13:38:59 +08:00
# 七牛云域名
VUE_APP_QINIU_DOMAIN = 'https://api.ccttiot.com'