|
@@ -230,7 +230,7 @@ export default {
|
|
|
if(typeof e == 'string'){
|
|
|
// 连接成功后
|
|
|
if(e=='connected'){
|
|
|
- console.log('connected---')
|
|
|
+ console.log('connected---',this.$store.state.vuex_workStatus)
|
|
|
uni.hideLoading()
|
|
|
if(this.$store.state.vuex_workStatus == 'linking'){
|
|
|
this.status = 'start'
|