const _app = getApp() Page({ data: {}, onLoad() {}, handleSubmit() { wx.reLaunch({ url: '/patient/pages/home/index', }) }, }) export {}