Page({
onLoad: function () {
var that = this
setTimeout(function () {
wx.redirectTo({
url: '/pages/home/home'
})
}, 2000)
}