Page({ onLoad: function () { setTimeout(function () { wx.switchTab({ url: "/pages/index/index" }) }, 3000) } })