const _app = getApp() Page({ data: {}, onLoad() { setTimeout(() => { wx.reLaunch({ url: '/pages/index/index', }) }, 1500) }, }) export {}