const _app = getApp() Page({ data: {}, onLoad() {}, handleInfo() { wx.navigateTo({ url: '/ground/pages/stat/index', }) }, }) export {}