// components/float-home/float-home.js Component({ methods: { goHome() { wx.switchTab({ url: '/pages/index/index' }); } } });