@@ -512,9 +512,8 @@ export default {
complete: () => {
setTimeout(() => {
this.socketStop();
- wx.redirectTo({
+ wx.switchTab({
url: '/pages/index/index',
-
});
}, 1000)