优化websocket

This commit is contained in:
2024-04-30 13:51:32 +08:00
parent 243ef444c7
commit 068ffaaf6c
8 changed files with 70 additions and 84 deletions

View File

@@ -34,15 +34,11 @@
} else if (this.inner2) {
this.$emit('goIn')
} else {
uni.redirectTo({
url: '/pages/home/home'
})
uni.navigateBack()
}
},
backHome () {
uni.redirectTo({
url: '/pages/home/home'
})
uni.navigateBack()
}
}
}