You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
258 B
11 lines
258 B
# 页面标题
|
|
VUE_APP_TITLE = FastBee物联网系统
|
|
|
|
# 生产环境配置
|
|
ENV = 'production'
|
|
|
|
# 生产环境
|
|
VUE_APP_BASE_API = '/prod-api'
|
|
|
|
# Mqtt消息服务器连接地址,使用空字符串则会自动获取服务器地址
|
|
VUE_APP_MQTT_SERVER_URL = ''
|
|
|