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