const _app = getApp() Page({ data: {}, onLoad() {}, handleReport() { wx.navigateTo({ url: '/patient/pages/qolReport/index', }) }, }) export {}