设备扫码注册以及我的二维码修改
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Cn-page :loading="loading" noPadding beforeRender>
|
||||
<Cn-page :loading="loading" noPadding>
|
||||
<view slot="body">
|
||||
<view class="detail" :style="{ opacity: domLoading ? '0' : '1' }" style="overflow: hidden">
|
||||
<view class="detail-header">
|
||||
@@ -321,7 +321,7 @@ export default {
|
||||
this.client = mqtt.connect('wx://' + MQTT_IP, MQTT_OPTIONS)
|
||||
// #endif
|
||||
// #ifdef H5
|
||||
this.client = mqtt.connect('ws://' + MQTT_IP, MQTT_OPTIONS)
|
||||
this.client = mqtt.connect('wss://' + MQTT_IP, MQTT_OPTIONS)
|
||||
// #endif
|
||||
this.client
|
||||
.on('connect', () => {
|
||||
|
||||
Reference in New Issue
Block a user